Shades of Orchid #D87DC8
Tints of Orchid #D87DC8
RGB
CMYK
RGB Variations
Color information
#D87DC8 (or 0xD87DC8) is known color: Orchid. HEX triplet: D8, 7D and C8. RGB value is (216,125,200). Sum of RGB (Red+Green+Blue) = 216+125+200=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DC8 is #278237. Grayscale: #A0A0A0. Windows color (decimal): -2589240 or 13139416. OLE color: 13139416.
HSL color Cylindrical-coordinate representation of color #D87DC8: hue angle of 310.55º 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 #D87DC8 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 200 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.15 |
| HSL | 310.55º | 0.54% | 0.67% | - |
| HSV(B) | 310.55º | 0.42% | 0.85% | - |
| XYZ | 46.08 | 33.44 | 58.67 | - |
| YUV | 160.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 200 | 0 | 0.42 | 0.07 | 0.15 | 310.55 | 0.54 | 0.67 |
| Hex | D8 | 7D | C8 | 0 | 2A | 7 | F | 137 | 36 | 43 |
| Octal | 330 | 175 | 310 | 0 | 52 | 7 | 17 | 467 | 66 | 103 |
| Binary | 11011000 | 1111101 | 11001000 | 0 | 101010 | 111 | 1111 | 100110111 | 110110 | 1000011 |
Color Harmonies of #D87DC8
Complementary color
Monochromatic Colors of #D87DC8
Black with #D87DC8
Text Example
Text Example
White with #D87DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DC8; }
p { color: rgb(216,125,200); }
H1.HeaderClassName
{
color: #D87DC8;
}
.AnyTagClassName
{
color: #D87DC8;
}
</style>
background-color css
<style>
a { background-color: #D87DC8; }
a { background-color: rgb(216,125,200); }
div.DivClassName
{
background-color: #D87DC8;
}
.BgClassName
{
background-color: #D87DC8;
}
</style>
border-color css
<style>
span { border-color: #D87DC8; }
span { border-color: rgb(216,125,200); }
td.TdClassName
{
border-color: #D87DC8;
}
.TagClassName
{
border-color: #D87DC8;
}
</style>