Shades of Orchid #D87ECC
Tints of Orchid #D87ECC
RGB
CMYK
RGB Variations
Color information
#D87ECC (or 0xD87ECC) is known color: Orchid. HEX triplet: D8, 7E and CC. RGB value is (216,126,204). Sum of RGB (Red+Green+Blue) = 216+126+204=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ECC is #278133. Grayscale: #A1A1A1. Windows color (decimal): -2588980 or 13401816. OLE color: 13401816.
HSL color Cylindrical-coordinate representation of color #D87ECC: hue angle of 308º 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 #D87ECC is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 204 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.15 |
| HSL | 308º | 0.54% | 0.67% | - |
| HSV(B) | 308º | 0.42% | 0.85% | - |
| XYZ | 46.68 | 33.88 | 61.21 | - |
| YUV | 161.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 204 | 0 | 0.42 | 0.06 | 0.15 | 308 | 0.54 | 0.67 |
| Hex | D8 | 7E | CC | 0 | 2A | 6 | F | 134 | 36 | 43 |
| Octal | 330 | 176 | 314 | 0 | 52 | 6 | 17 | 464 | 66 | 103 |
| Binary | 11011000 | 1111110 | 11001100 | 0 | 101010 | 110 | 1111 | 100110100 | 110110 | 1000011 |
Color Harmonies of #D87ECC
Complementary color
Monochromatic Colors of #D87ECC
Black with #D87ECC
Text Example
Text Example
White with #D87ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ECC; }
p { color: rgb(216,126,204); }
H1.HeaderClassName
{
color: #D87ECC;
}
.AnyTagClassName
{
color: #D87ECC;
}
</style>
background-color css
<style>
a { background-color: #D87ECC; }
a { background-color: rgb(216,126,204); }
div.DivClassName
{
background-color: #D87ECC;
}
.BgClassName
{
background-color: #D87ECC;
}
</style>
border-color css
<style>
span { border-color: #D87ECC; }
span { border-color: rgb(216,126,204); }
td.TdClassName
{
border-color: #D87ECC;
}
.TagClassName
{
border-color: #D87ECC;
}
</style>