Shades of Orchid #D87ED0
Tints of Orchid #D87ED0
RGB
CMYK
RGB Variations
Color information
#D87ED0 (or 0xD87ED0) is known color: Orchid. HEX triplet: D8, 7E and D0. RGB value is (216,126,208). Sum of RGB (Red+Green+Blue) = 216+126+208=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D87ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87ED0 is #27812F. Grayscale: #A2A2A2. Windows color (decimal): -2588976 or 13663960. OLE color: 13663960.
HSL color Cylindrical-coordinate representation of color #D87ED0: hue angle of 305.33º 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 #D87ED0 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 208 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.15 |
| HSL | 305.33º | 0.54% | 0.67% | - |
| HSV(B) | 305.33º | 0.42% | 0.85% | - |
| XYZ | 47.16 | 34.07 | 63.77 | - |
| YUV | 162.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 208 | 0 | 0.42 | 0.04 | 0.15 | 305.33 | 0.54 | 0.67 |
| Hex | D8 | 7E | D0 | 0 | 2A | 4 | F | 131 | 36 | 43 |
| Octal | 330 | 176 | 320 | 0 | 52 | 4 | 17 | 461 | 66 | 103 |
| Binary | 11011000 | 1111110 | 11010000 | 0 | 101010 | 100 | 1111 | 100110001 | 110110 | 1000011 |
Color Harmonies of #D87ED0
Complementary color
Monochromatic Colors of #D87ED0
Black with #D87ED0
Text Example
Text Example
White with #D87ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87ED0; }
p { color: rgb(216,126,208); }
H1.HeaderClassName
{
color: #D87ED0;
}
.AnyTagClassName
{
color: #D87ED0;
}
</style>
background-color css
<style>
a { background-color: #D87ED0; }
a { background-color: rgb(216,126,208); }
div.DivClassName
{
background-color: #D87ED0;
}
.BgClassName
{
background-color: #D87ED0;
}
</style>
border-color css
<style>
span { border-color: #D87ED0; }
span { border-color: rgb(216,126,208); }
td.TdClassName
{
border-color: #D87ED0;
}
.TagClassName
{
border-color: #D87ED0;
}
</style>