Shades of Orchid #D87BC8
Tints of Orchid #D87BC8
RGB
CMYK
RGB Variations
Color information
#D87BC8 (or 0xD87BC8) is known color: Orchid. HEX triplet: D8, 7B and C8. RGB value is (216,123,200). Sum of RGB (Red+Green+Blue) = 216+123+200=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BC8 is #278437. Grayscale: #9F9F9F. Windows color (decimal): -2589752 or 13138904. OLE color: 13138904.
HSL color Cylindrical-coordinate representation of color #D87BC8: hue angle of 310.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BC8 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 200 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.15 |
| HSL | 310.32º | 0.54% | 0.66% | - |
| HSV(B) | 310.32º | 0.43% | 0.85% | - |
| XYZ | 45.83 | 32.93 | 58.59 | - |
| YUV | 159.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 200 | 0 | 0.43 | 0.07 | 0.15 | 310.32 | 0.54 | 0.66 |
| Hex | D8 | 7B | C8 | 0 | 2B | 7 | F | 136 | 36 | 42 |
| Octal | 330 | 173 | 310 | 0 | 53 | 7 | 17 | 466 | 66 | 102 |
| Binary | 11011000 | 1111011 | 11001000 | 0 | 101011 | 111 | 1111 | 100110110 | 110110 | 1000010 |
Color Harmonies of #D87BC8
Complementary color
Monochromatic Colors of #D87BC8
Black with #D87BC8
Text Example
Text Example
White with #D87BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BC8; }
p { color: rgb(216,123,200); }
H1.HeaderClassName
{
color: #D87BC8;
}
.AnyTagClassName
{
color: #D87BC8;
}
</style>
background-color css
<style>
a { background-color: #D87BC8; }
a { background-color: rgb(216,123,200); }
div.DivClassName
{
background-color: #D87BC8;
}
.BgClassName
{
background-color: #D87BC8;
}
</style>
border-color css
<style>
span { border-color: #D87BC8; }
span { border-color: rgb(216,123,200); }
td.TdClassName
{
border-color: #D87BC8;
}
.TagClassName
{
border-color: #D87BC8;
}
</style>