Shades of Orchid #DE87D7
Tints of Orchid #DE87D7
RGB
CMYK
RGB Variations
Color information
#DE87D7 (or 0xDE87D7) is known color: Orchid. HEX triplet: DE, 87 and D7. RGB value is (222,135,215). Sum of RGB (Red+Green+Blue) = 222+135+215=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87D7 is #217828. Grayscale: #A9A9A9. Windows color (decimal): -2193449 or 14125022. OLE color: 14125022.
HSL color Cylindrical-coordinate representation of color #DE87D7: hue angle of 304.83º 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 #DE87D7 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 135 | 215 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.13 |
| HSL | 304.83º | 0.57% | 0.7% | - |
| HSV(B) | 304.83º | 0.39% | 0.87% | - |
| XYZ | 51.05 | 37.76 | 68.89 | - |
| YUV | 170.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 215 | 0 | 0.39 | 0.03 | 0.13 | 304.83 | 0.57 | 0.7 |
| Hex | DE | 87 | D7 | 0 | 27 | 3 | D | 131 | 39 | 46 |
| Octal | 336 | 207 | 327 | 0 | 47 | 3 | 15 | 461 | 71 | 106 |
| Binary | 11011110 | 10000111 | 11010111 | 0 | 100111 | 11 | 1101 | 100110001 | 111001 | 1000110 |
Color Harmonies of #DE87D7
Complementary color
Monochromatic Colors of #DE87D7
Black with #DE87D7
Text Example
Text Example
White with #DE87D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE87D7; }
p { color: rgb(222,135,215); }
H1.HeaderClassName
{
color: #DE87D7;
}
.AnyTagClassName
{
color: #DE87D7;
}
</style>
background-color css
<style>
a { background-color: #DE87D7; }
a { background-color: rgb(222,135,215); }
div.DivClassName
{
background-color: #DE87D7;
}
.BgClassName
{
background-color: #DE87D7;
}
</style>
border-color css
<style>
span { border-color: #DE87D7; }
span { border-color: rgb(222,135,215); }
td.TdClassName
{
border-color: #DE87D7;
}
.TagClassName
{
border-color: #DE87D7;
}
</style>