Shades of Orchid #D87DC9
Tints of Orchid #D87DC9
RGB
CMYK
RGB Variations
Color information
#D87DC9 (or 0xD87DC9) is known color: Orchid. HEX triplet: D8, 7D and C9. RGB value is (216,125,201). Sum of RGB (Red+Green+Blue) = 216+125+201=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DC9 is #278236. Grayscale: #A0A0A0. Windows color (decimal): -2589239 or 13204952. OLE color: 13204952.
HSL color Cylindrical-coordinate representation of color #D87DC9: hue angle of 309.89º 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 #D87DC9 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 201 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.15 |
| HSL | 309.89º | 0.54% | 0.67% | - |
| HSV(B) | 309.89º | 0.42% | 0.85% | - |
| XYZ | 46.2 | 33.48 | 59.29 | - |
| YUV | 160.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 201 | 0 | 0.42 | 0.07 | 0.15 | 309.89 | 0.54 | 0.67 |
| Hex | D8 | 7D | C9 | 0 | 2A | 7 | F | 136 | 36 | 43 |
| Octal | 330 | 175 | 311 | 0 | 52 | 7 | 17 | 466 | 66 | 103 |
| Binary | 11011000 | 1111101 | 11001001 | 0 | 101010 | 111 | 1111 | 100110110 | 110110 | 1000011 |
Color Harmonies of #D87DC9
Complementary color
Monochromatic Colors of #D87DC9
Black with #D87DC9
Text Example
Text Example
White with #D87DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DC9; }
p { color: rgb(216,125,201); }
H1.HeaderClassName
{
color: #D87DC9;
}
.AnyTagClassName
{
color: #D87DC9;
}
</style>
background-color css
<style>
a { background-color: #D87DC9; }
a { background-color: rgb(216,125,201); }
div.DivClassName
{
background-color: #D87DC9;
}
.BgClassName
{
background-color: #D87DC9;
}
</style>
border-color css
<style>
span { border-color: #D87DC9; }
span { border-color: rgb(216,125,201); }
td.TdClassName
{
border-color: #D87DC9;
}
.TagClassName
{
border-color: #D87DC9;
}
</style>