Shades of Orchid #DE88D7
Tints of Orchid #DE88D7
RGB
CMYK
RGB Variations
Color information
#DE88D7 (or 0xDE88D7) is known color: Orchid. HEX triplet: DE, 88 and D7. RGB value is (222,136,215). Sum of RGB (Red+Green+Blue) = 222+136+215=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DE88D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88D7 is #217728. Grayscale: #AAAAAA. Windows color (decimal): -2193193 or 14125278. OLE color: 14125278.
HSL color Cylindrical-coordinate representation of color #DE88D7: hue angle of 304.88º 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 #DE88D7 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 136 | 215 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.13 |
| HSL | 304.88º | 0.57% | 0.7% | - |
| HSV(B) | 304.88º | 0.39% | 0.87% | - |
| XYZ | 51.19 | 38.04 | 68.94 | - |
| YUV | 170.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 215 | 0 | 0.39 | 0.03 | 0.13 | 304.88 | 0.57 | 0.7 |
| Hex | DE | 88 | D7 | 0 | 27 | 3 | D | 131 | 39 | 46 |
| Octal | 336 | 210 | 327 | 0 | 47 | 3 | 15 | 461 | 71 | 106 |
| Binary | 11011110 | 10001000 | 11010111 | 0 | 100111 | 11 | 1101 | 100110001 | 111001 | 1000110 |
Color Harmonies of #DE88D7
Complementary color
Monochromatic Colors of #DE88D7
Black with #DE88D7
Text Example
Text Example
White with #DE88D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE88D7; }
p { color: rgb(222,136,215); }
H1.HeaderClassName
{
color: #DE88D7;
}
.AnyTagClassName
{
color: #DE88D7;
}
</style>
background-color css
<style>
a { background-color: #DE88D7; }
a { background-color: rgb(222,136,215); }
div.DivClassName
{
background-color: #DE88D7;
}
.BgClassName
{
background-color: #DE88D7;
}
</style>
border-color css
<style>
span { border-color: #DE88D7; }
span { border-color: rgb(222,136,215); }
td.TdClassName
{
border-color: #DE88D7;
}
.TagClassName
{
border-color: #DE88D7;
}
</style>