Shades of Orchid #D979D6
Tints of Orchid #D979D6
RGB
CMYK
RGB Variations
Color information
#D979D6 (or 0xD979D6) is known color: Orchid. HEX triplet: D9, 79 and D6. RGB value is (217,121,214). Sum of RGB (Red+Green+Blue) = 217+121+214=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D979D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979D6 is #268629. Grayscale: #A0A0A0. Windows color (decimal): -2524714 or 14055897. OLE color: 14055897.
HSL color Cylindrical-coordinate representation of color #D979D6: hue angle of 301.88º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D979D6 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 121 | 214 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.15 |
| HSL | 301.88º | 0.56% | 0.66% | - |
| HSV(B) | 301.88º | 0.44% | 0.85% | - |
| XYZ | 47.59 | 33.28 | 67.53 | - |
| YUV | 160.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 214 | 0 | 0.44 | 0.01 | 0.15 | 301.88 | 0.56 | 0.66 |
| Hex | D9 | 79 | D6 | 0 | 2C | 1 | F | 12E | 38 | 42 |
| Octal | 331 | 171 | 326 | 0 | 54 | 1 | 17 | 456 | 70 | 102 |
| Binary | 11011001 | 1111001 | 11010110 | 0 | 101100 | 1 | 1111 | 100101110 | 111000 | 1000010 |
Color Harmonies of #D979D6
Complementary color
Monochromatic Colors of #D979D6
Black with #D979D6
Text Example
Text Example
White with #D979D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979D6; }
p { color: rgb(217,121,214); }
H1.HeaderClassName
{
color: #D979D6;
}
.AnyTagClassName
{
color: #D979D6;
}
</style>
background-color css
<style>
a { background-color: #D979D6; }
a { background-color: rgb(217,121,214); }
div.DivClassName
{
background-color: #D979D6;
}
.BgClassName
{
background-color: #D979D6;
}
</style>
border-color css
<style>
span { border-color: #D979D6; }
span { border-color: rgb(217,121,214); }
td.TdClassName
{
border-color: #D979D6;
}
.TagClassName
{
border-color: #D979D6;
}
</style>