Shades of Orchid #D979DC
Tints of Orchid #D979DC
RGB
CMYK
RGB Variations
Color information
#D979DC (or 0xD979DC) is known color: Orchid. HEX triplet: D9, 79 and DC. RGB value is (217,121,220). Sum of RGB (Red+Green+Blue) = 217+121+220=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #D979DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979DC is #268623. Grayscale: #A0A0A0. Windows color (decimal): -2524708 or 14449113. OLE color: 14449113.
HSL color Cylindrical-coordinate representation of color #D979DC: hue angle of 298.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D979DC is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 121 | 220 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.14 |
| HSL | 298.18º | 0.59% | 0.67% | - |
| HSV(B) | 298.18º | 0.45% | 0.86% | - |
| XYZ | 48.37 | 33.59 | 71.64 | - |
| YUV | 160.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 220 | 0.01 | 0.45 | 0 | 0.14 | 298.18 | 0.59 | 0.67 |
| Hex | D9 | 79 | DC | 1 | 2D | 0 | E | 12A | 3B | 43 |
| Octal | 331 | 171 | 334 | 1 | 55 | 0 | 16 | 452 | 73 | 103 |
| Binary | 11011001 | 1111001 | 11011100 | 1 | 101101 | 0 | 1110 | 100101010 | 111011 | 1000011 |
Color Harmonies of #D979DC
Complementary color
Monochromatic Colors of #D979DC
Black with #D979DC
Text Example
Text Example
White with #D979DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979DC; }
p { color: rgb(217,121,220); }
H1.HeaderClassName
{
color: #D979DC;
}
.AnyTagClassName
{
color: #D979DC;
}
</style>
background-color css
<style>
a { background-color: #D979DC; }
a { background-color: rgb(217,121,220); }
div.DivClassName
{
background-color: #D979DC;
}
.BgClassName
{
background-color: #D979DC;
}
</style>
border-color css
<style>
span { border-color: #D979DC; }
span { border-color: rgb(217,121,220); }
td.TdClassName
{
border-color: #D979DC;
}
.TagClassName
{
border-color: #D979DC;
}
</style>