Shades of Orchid #D87ECB
Tints of Orchid #D87ECB
RGB
CMYK
RGB Variations
Color information
#D87ECB (or 0xD87ECB) is known color: Orchid. HEX triplet: D8, 7E and CB. RGB value is (216,126,203). Sum of RGB (Red+Green+Blue) = 216+126+203=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ECB is #278134. Grayscale: #A1A1A1. Windows color (decimal): -2588981 or 13336280. OLE color: 13336280.
HSL color Cylindrical-coordinate representation of color #D87ECB: hue angle of 308.67º 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 #D87ECB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 203 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.15 |
| HSL | 308.67º | 0.54% | 0.67% | - |
| HSV(B) | 308.67º | 0.42% | 0.85% | - |
| XYZ | 46.56 | 33.83 | 60.58 | - |
| YUV | 161.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 203 | 0 | 0.42 | 0.06 | 0.15 | 308.67 | 0.54 | 0.67 |
| Hex | D8 | 7E | CB | 0 | 2A | 6 | F | 135 | 36 | 43 |
| Octal | 330 | 176 | 313 | 0 | 52 | 6 | 17 | 465 | 66 | 103 |
| Binary | 11011000 | 1111110 | 11001011 | 0 | 101010 | 110 | 1111 | 100110101 | 110110 | 1000011 |
Color Harmonies of #D87ECB
Complementary color
Monochromatic Colors of #D87ECB
Black with #D87ECB
Text Example
Text Example
White with #D87ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ECB; }
p { color: rgb(216,126,203); }
H1.HeaderClassName
{
color: #D87ECB;
}
.AnyTagClassName
{
color: #D87ECB;
}
</style>
background-color css
<style>
a { background-color: #D87ECB; }
a { background-color: rgb(216,126,203); }
div.DivClassName
{
background-color: #D87ECB;
}
.BgClassName
{
background-color: #D87ECB;
}
</style>
border-color css
<style>
span { border-color: #D87ECB; }
span { border-color: rgb(216,126,203); }
td.TdClassName
{
border-color: #D87ECB;
}
.TagClassName
{
border-color: #D87ECB;
}
</style>