Shades of Orchid #DE87DB
Tints of Orchid #DE87DB
RGB
CMYK
RGB Variations
Color information
#DE87DB (or 0xDE87DB) is known color: Orchid. HEX triplet: DE, 87 and DB. RGB value is (222,135,219). Sum of RGB (Red+Green+Blue) = 222+135+219=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87DB is #217824. Grayscale: #AAAAAA. Windows color (decimal): -2193445 or 14387166. OLE color: 14387166.
HSL color Cylindrical-coordinate representation of color #DE87DB: hue angle of 302.07º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE87DB is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 135 | 219 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.13 |
| HSL | 302.07º | 0.57% | 0.7% | - |
| HSV(B) | 302.07º | 0.39% | 0.87% | - |
| XYZ | 51.57 | 37.97 | 71.63 | - |
| YUV | 170.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 219 | 0 | 0.39 | 0.01 | 0.13 | 302.07 | 0.57 | 0.7 |
| Hex | DE | 87 | DB | 0 | 27 | 1 | D | 12E | 39 | 46 |
| Octal | 336 | 207 | 333 | 0 | 47 | 1 | 15 | 456 | 71 | 106 |
| Binary | 11011110 | 10000111 | 11011011 | 0 | 100111 | 1 | 1101 | 100101110 | 111001 | 1000110 |
Color Harmonies of #DE87DB
Complementary color
Monochromatic Colors of #DE87DB
Black with #DE87DB
Text Example
Text Example
White with #DE87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE87DB; }
p { color: rgb(222,135,219); }
H1.HeaderClassName
{
color: #DE87DB;
}
.AnyTagClassName
{
color: #DE87DB;
}
</style>
background-color css
<style>
a { background-color: #DE87DB; }
a { background-color: rgb(222,135,219); }
div.DivClassName
{
background-color: #DE87DB;
}
.BgClassName
{
background-color: #DE87DB;
}
</style>
border-color css
<style>
span { border-color: #DE87DB; }
span { border-color: rgb(222,135,219); }
td.TdClassName
{
border-color: #DE87DB;
}
.TagClassName
{
border-color: #DE87DB;
}
</style>