Shades of Orchid #DE87CA
Tints of Orchid #DE87CA
RGB
CMYK
RGB Variations
Color information
#DE87CA (or 0xDE87CA) is known color: Orchid. HEX triplet: DE, 87 and CA. RGB value is (222,135,202). Sum of RGB (Red+Green+Blue) = 222+135+202=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87CA is #217835. Grayscale: #A8A8A8. Windows color (decimal): -2193462 or 13273054. OLE color: 13273054.
HSL color Cylindrical-coordinate representation of color #DE87CA: hue angle of 313.79º 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 #DE87CA is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 135 | 202 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.13 |
| HSL | 313.79º | 0.57% | 0.7% | - |
| HSV(B) | 313.79º | 0.39% | 0.87% | - |
| XYZ | 49.45 | 37.12 | 60.44 | - |
| YUV | 168.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 135 | 202 | 0 | 0.39 | 0.09 | 0.13 | 313.79 | 0.57 | 0.7 |
| Hex | DE | 87 | CA | 0 | 27 | 9 | D | 13A | 39 | 46 |
| Octal | 336 | 207 | 312 | 0 | 47 | 11 | 15 | 472 | 71 | 106 |
| Binary | 11011110 | 10000111 | 11001010 | 0 | 100111 | 1001 | 1101 | 100111010 | 111001 | 1000110 |
Color Harmonies of #DE87CA
Complementary color
Monochromatic Colors of #DE87CA
Black with #DE87CA
Text Example
Text Example
White with #DE87CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE87CA; }
p { color: rgb(222,135,202); }
H1.HeaderClassName
{
color: #DE87CA;
}
.AnyTagClassName
{
color: #DE87CA;
}
</style>
background-color css
<style>
a { background-color: #DE87CA; }
a { background-color: rgb(222,135,202); }
div.DivClassName
{
background-color: #DE87CA;
}
.BgClassName
{
background-color: #DE87CA;
}
</style>
border-color css
<style>
span { border-color: #DE87CA; }
span { border-color: rgb(222,135,202); }
td.TdClassName
{
border-color: #DE87CA;
}
.TagClassName
{
border-color: #DE87CA;
}
</style>