Shades of Orchid #D87EC9
Tints of Orchid #D87EC9
RGB
CMYK
RGB Variations
Color information
#D87EC9 (or 0xD87EC9) is known color: Orchid. HEX triplet: D8, 7E and C9. RGB value is (216,126,201). Sum of RGB (Red+Green+Blue) = 216+126+201=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EC9 is #278136. Grayscale: #A1A1A1. Windows color (decimal): -2588983 or 13205208. OLE color: 13205208.
HSL color Cylindrical-coordinate representation of color #D87EC9: hue angle of 310º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87EC9 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 201 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.15 |
| HSL | 310º | 0.54% | 0.67% | - |
| HSV(B) | 310º | 0.42% | 0.85% | - |
| XYZ | 46.32 | 33.74 | 59.33 | - |
| YUV | 161.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 201 | 0 | 0.42 | 0.07 | 0.15 | 310 | 0.54 | 0.67 |
| Hex | D8 | 7E | C9 | 0 | 2A | 7 | F | 136 | 36 | 43 |
| Octal | 330 | 176 | 311 | 0 | 52 | 7 | 17 | 466 | 66 | 103 |
| Binary | 11011000 | 1111110 | 11001001 | 0 | 101010 | 111 | 1111 | 100110110 | 110110 | 1000011 |
Color Harmonies of #D87EC9
Complementary color
Monochromatic Colors of #D87EC9
Black with #D87EC9
Text Example
Text Example
White with #D87EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87EC9; }
p { color: rgb(216,126,201); }
H1.HeaderClassName
{
color: #D87EC9;
}
.AnyTagClassName
{
color: #D87EC9;
}
</style>
background-color css
<style>
a { background-color: #D87EC9; }
a { background-color: rgb(216,126,201); }
div.DivClassName
{
background-color: #D87EC9;
}
.BgClassName
{
background-color: #D87EC9;
}
</style>
border-color css
<style>
span { border-color: #D87EC9; }
span { border-color: rgb(216,126,201); }
td.TdClassName
{
border-color: #D87EC9;
}
.TagClassName
{
border-color: #D87EC9;
}
</style>