Shades of Orchid #D979BD
Tints of Orchid #D979BD
RGB
CMYK
RGB Variations
Color information
#D979BD (or 0xD979BD) is known color: Orchid. HEX triplet: D9, 79 and BD. RGB value is (217,121,189). Sum of RGB (Red+Green+Blue) = 217+121+189=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D979BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979BD is #268642. Grayscale: #9D9D9D. Windows color (decimal): -2524739 or 12417497. OLE color: 12417497.
HSL color Cylindrical-coordinate representation of color #D979BD: hue angle of 317.5º 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 #D979BD is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 121 | 189 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.15 |
| HSL | 317.5º | 0.56% | 0.66% | - |
| HSV(B) | 317.5º | 0.44% | 0.85% | - |
| XYZ | 44.64 | 32.1 | 51.99 | - |
| YUV | 157.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 189 | 0 | 0.44 | 0.13 | 0.15 | 317.5 | 0.56 | 0.66 |
| Hex | D9 | 79 | BD | 0 | 2C | D | F | 13E | 38 | 42 |
| Octal | 331 | 171 | 275 | 0 | 54 | 15 | 17 | 476 | 70 | 102 |
| Binary | 11011001 | 1111001 | 10111101 | 0 | 101100 | 1101 | 1111 | 100111110 | 111000 | 1000010 |
Color Harmonies of #D979BD
Complementary color
Monochromatic Colors of #D979BD
Black with #D979BD
Text Example
Text Example
White with #D979BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979BD; }
p { color: rgb(217,121,189); }
H1.HeaderClassName
{
color: #D979BD;
}
.AnyTagClassName
{
color: #D979BD;
}
</style>
background-color css
<style>
a { background-color: #D979BD; }
a { background-color: rgb(217,121,189); }
div.DivClassName
{
background-color: #D979BD;
}
.BgClassName
{
background-color: #D979BD;
}
</style>
border-color css
<style>
span { border-color: #D979BD; }
span { border-color: rgb(217,121,189); }
td.TdClassName
{
border-color: #D979BD;
}
.TagClassName
{
border-color: #D979BD;
}
</style>