Darkorchid to RGB — Color Code

RGB

rgb(153, 50, 204)

Format Value
HEX #9932cc
RGB rgb(153, 50, 204)
HSL hsl(280.1, 60.6%, 49.8%)
CMYK cmyk(25%, 75.5%, 0%, 20%)

What is the RGB code for darkorchid?

The CSS color darkorchid in RGB format is rgb(153, 50, 204). Use this value directly in CSS, SVG, and most design tools.

How do I use darkorchid in CSS?

To apply darkorchid in CSS:

  • Text color: color: rgb(153, 50, 204);
  • Background: background-color: rgb(153, 50, 204);
  • Border: border-color: rgb(153, 50, 204);

What are all the color format values for darkorchid?

FormatValue
HEX#9932cc
RGBrgb(153, 50, 204)
HSLhsl(280.1, 60.6%, 49.8%)
CMYKcmyk(25%, 75.5%, 0%, 20%)

How do I convert darkorchid to RGB?

Select darkorchid from the color name list in our color converter. The RGB value — rgb(153, 50, 204) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does darkorchid belong to?

darkorchid belongs to the purple color family. It is a medium, moderately saturated color with HSL values: hue 280.1°, saturation 60.6%, lightness 49.8%.

How do I create lighter and darker shades of darkorchid?

Lighter variant (lightness 64.8%): #b86fdc. Darker variant (lightness 34.8%): #6b238f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.