Shades of Orchid #DE85D3
Tints of Orchid #DE85D3
RGB
CMYK
RGB Variations
Color information
#DE85D3 (or 0xDE85D3) is known color: Orchid. HEX triplet: DE, 85 and D3. RGB value is (222,133,211). Sum of RGB (Red+Green+Blue) = 222+133+211=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE85D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE85D3 is #217A2C. Grayscale: #A8A8A8. Windows color (decimal): -2193965 or 13862366. OLE color: 13862366.
HSL color Cylindrical-coordinate representation of color #DE85D3: hue angle of 307.42º 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 #DE85D3 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 211 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.13 |
| HSL | 307.42º | 0.57% | 0.7% | - |
| HSV(B) | 307.42º | 0.4% | 0.87% | - |
| XYZ | 50.27 | 37.01 | 66.12 | - |
| YUV | 168.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 211 | 0 | 0.40 | 0.05 | 0.13 | 307.42 | 0.57 | 0.7 |
| Hex | DE | 85 | D3 | 0 | 28 | 5 | D | 133 | 39 | 46 |
| Octal | 336 | 205 | 323 | 0 | 50 | 5 | 15 | 463 | 71 | 106 |
| Binary | 11011110 | 10000101 | 11010011 | 0 | 101000 | 101 | 1101 | 100110011 | 111001 | 1000110 |
Color Harmonies of #DE85D3
Complementary color
Monochromatic Colors of #DE85D3
Black with #DE85D3
Text Example
Text Example
White with #DE85D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85D3; }
p { color: rgb(222,133,211); }
H1.HeaderClassName
{
color: #DE85D3;
}
.AnyTagClassName
{
color: #DE85D3;
}
</style>
background-color css
<style>
a { background-color: #DE85D3; }
a { background-color: rgb(222,133,211); }
div.DivClassName
{
background-color: #DE85D3;
}
.BgClassName
{
background-color: #DE85D3;
}
</style>
border-color css
<style>
span { border-color: #DE85D3; }
span { border-color: rgb(222,133,211); }
td.TdClassName
{
border-color: #DE85D3;
}
.TagClassName
{
border-color: #DE85D3;
}
</style>