Shades of Orchid #D87ED2
Tints of Orchid #D87ED2
RGB
CMYK
RGB Variations
Color information
#D87ED2 (or 0xD87ED2) is known color: Orchid. HEX triplet: D8, 7E and D2. RGB value is (216,126,210). Sum of RGB (Red+Green+Blue) = 216+126+210=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ED2 is #27812D. Grayscale: #A2A2A2. Windows color (decimal): -2588974 or 13795032. OLE color: 13795032.
HSL color Cylindrical-coordinate representation of color #D87ED2: hue angle of 304º 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 #D87ED2 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 210 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.15 |
| HSL | 304º | 0.54% | 0.67% | - |
| HSV(B) | 304º | 0.42% | 0.85% | - |
| XYZ | 47.41 | 34.17 | 65.07 | - |
| YUV | 162.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 210 | 0 | 0.42 | 0.03 | 0.15 | 304 | 0.54 | 0.67 |
| Hex | D8 | 7E | D2 | 0 | 2A | 3 | F | 130 | 36 | 43 |
| Octal | 330 | 176 | 322 | 0 | 52 | 3 | 17 | 460 | 66 | 103 |
| Binary | 11011000 | 1111110 | 11010010 | 0 | 101010 | 11 | 1111 | 100110000 | 110110 | 1000011 |
Color Harmonies of #D87ED2
Complementary color
Monochromatic Colors of #D87ED2
Black with #D87ED2
Text Example
Text Example
White with #D87ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ED2; }
p { color: rgb(216,126,210); }
H1.HeaderClassName
{
color: #D87ED2;
}
.AnyTagClassName
{
color: #D87ED2;
}
</style>
background-color css
<style>
a { background-color: #D87ED2; }
a { background-color: rgb(216,126,210); }
div.DivClassName
{
background-color: #D87ED2;
}
.BgClassName
{
background-color: #D87ED2;
}
</style>
border-color css
<style>
span { border-color: #D87ED2; }
span { border-color: rgb(216,126,210); }
td.TdClassName
{
border-color: #D87ED2;
}
.TagClassName
{
border-color: #D87ED2;
}
</style>