Shades of Orchid #DE85CF
Tints of Orchid #DE85CF
RGB
CMYK
RGB Variations
Color information
#DE85CF (or 0xDE85CF) is known color: Orchid. HEX triplet: DE, 85 and CF. RGB value is (222,133,207). Sum of RGB (Red+Green+Blue) = 222+133+207=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85CF is #217A30. Grayscale: #A7A7A7. Windows color (decimal): -2193969 or 13600222. OLE color: 13600222.
HSL color Cylindrical-coordinate representation of color #DE85CF: hue angle of 310.11º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE85CF is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 207 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.13 |
| HSL | 310.11º | 0.57% | 0.7% | - |
| HSV(B) | 310.11º | 0.4% | 0.87% | - |
| XYZ | 49.77 | 36.81 | 63.51 | - |
| YUV | 168.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 207 | 0 | 0.40 | 0.07 | 0.13 | 310.11 | 0.57 | 0.7 |
| Hex | DE | 85 | CF | 0 | 28 | 7 | D | 136 | 39 | 46 |
| Octal | 336 | 205 | 317 | 0 | 50 | 7 | 15 | 466 | 71 | 106 |
| Binary | 11011110 | 10000101 | 11001111 | 0 | 101000 | 111 | 1101 | 100110110 | 111001 | 1000110 |
Color Harmonies of #DE85CF
Complementary color
Monochromatic Colors of #DE85CF
Black with #DE85CF
Text Example
Text Example
White with #DE85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85CF; }
p { color: rgb(222,133,207); }
H1.HeaderClassName
{
color: #DE85CF;
}
.AnyTagClassName
{
color: #DE85CF;
}
</style>
background-color css
<style>
a { background-color: #DE85CF; }
a { background-color: rgb(222,133,207); }
div.DivClassName
{
background-color: #DE85CF;
}
.BgClassName
{
background-color: #DE85CF;
}
</style>
border-color css
<style>
span { border-color: #DE85CF; }
span { border-color: rgb(222,133,207); }
td.TdClassName
{
border-color: #DE85CF;
}
.TagClassName
{
border-color: #DE85CF;
}
</style>