Shades of Orchid #D87FCE
Tints of Orchid #D87FCE
RGB
CMYK
RGB Variations
Color information
#D87FCE (or 0xD87FCE) is known color: Orchid. HEX triplet: D8, 7F and CE. RGB value is (216,127,206). Sum of RGB (Red+Green+Blue) = 216+127+206=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FCE is #278031. Grayscale: #A2A2A2. Windows color (decimal): -2588722 or 13533144. OLE color: 13533144.
HSL color Cylindrical-coordinate representation of color #D87FCE: hue angle of 306.74º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D87FCE is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 206 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.15 |
| HSL | 306.74º | 0.53% | 0.67% | - |
| HSV(B) | 306.74º | 0.41% | 0.85% | - |
| XYZ | 47.05 | 34.23 | 62.52 | - |
| YUV | 162.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 206 | 0 | 0.41 | 0.05 | 0.15 | 306.74 | 0.53 | 0.67 |
| Hex | D8 | 7F | CE | 0 | 29 | 5 | F | 133 | 35 | 43 |
| Octal | 330 | 177 | 316 | 0 | 51 | 5 | 17 | 463 | 65 | 103 |
| Binary | 11011000 | 1111111 | 11001110 | 0 | 101001 | 101 | 1111 | 100110011 | 110101 | 1000011 |
Color Harmonies of #D87FCE
Complementary color
Monochromatic Colors of #D87FCE
Black with #D87FCE
Text Example
Text Example
White with #D87FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87FCE; }
p { color: rgb(216,127,206); }
H1.HeaderClassName
{
color: #D87FCE;
}
.AnyTagClassName
{
color: #D87FCE;
}
</style>
background-color css
<style>
a { background-color: #D87FCE; }
a { background-color: rgb(216,127,206); }
div.DivClassName
{
background-color: #D87FCE;
}
.BgClassName
{
background-color: #D87FCE;
}
</style>
border-color css
<style>
span { border-color: #D87FCE; }
span { border-color: rgb(216,127,206); }
td.TdClassName
{
border-color: #D87FCE;
}
.TagClassName
{
border-color: #D87FCE;
}
</style>