Orchid to RGB — Color Code

RGB

rgb(218, 112, 214)

Format Value
HEX #da70d6
RGB rgb(218, 112, 214)
HSL hsl(302.3, 58.9%, 64.7%)
CMYK cmyk(0%, 48.6%, 1.8%, 14.5%)

What is the RGB code for orchid?

The CSS color orchid in RGB format is rgb(218, 112, 214). Use this value directly in CSS, SVG, and most design tools.

How do I use orchid in CSS?

To apply orchid in CSS:

  • Text color: color: rgb(218, 112, 214);
  • Background: background-color: rgb(218, 112, 214);
  • Border: border-color: rgb(218, 112, 214);

What are all the color format values for orchid?

FormatValue
HEX#da70d6
RGBrgb(218, 112, 214)
HSLhsl(302.3, 58.9%, 64.7%)
CMYKcmyk(0%, 48.6%, 1.8%, 14.5%)

How do I convert orchid to RGB?

Select orchid from the color name list in our color converter. The RGB value — rgb(218, 112, 214) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does orchid belong to?

orchid belongs to the pink color family. It is a medium, moderately saturated color with HSL values: hue 302.3°, saturation 58.9%, lightness 64.7%.

How do I create lighter and darker shades of orchid?

Lighter variant (lightness 79.7%): #eaade7. Darker variant (lightness 49.7%): #c934c4. 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.