Shades of Orchid #DE6ECD
Tints of Orchid #DE6ECD
RGB
CMYK
RGB Variations
Color information
#DE6ECD (or 0xDE6ECD) is known color: Orchid. HEX triplet: DE, 6E and CD. RGB value is (222,110,205). Sum of RGB (Red+Green+Blue) = 222+110+205=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ECD is #219132. Grayscale: #9A9A9A. Windows color (decimal): -2199859 or 13463262. OLE color: 13463262.
HSL color Cylindrical-coordinate representation of color #DE6ECD: hue angle of 309.11º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6ECD is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 205 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.13 |
| HSL | 309.11º | 0.63% | 0.65% | - |
| HSV(B) | 309.11º | 0.5% | 0.87% | - |
| XYZ | 46.72 | 31.09 | 61.3 | - |
| YUV | 154.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 205 | 0 | 0.50 | 0.08 | 0.13 | 309.11 | 0.63 | 0.65 |
| Hex | DE | 6E | CD | 0 | 32 | 8 | D | 135 | 3F | 41 |
| Octal | 336 | 156 | 315 | 0 | 62 | 10 | 15 | 465 | 77 | 101 |
| Binary | 11011110 | 1101110 | 11001101 | 0 | 110010 | 1000 | 1101 | 100110101 | 111111 | 1000001 |
Color Harmonies of #DE6ECD
Complementary color
Monochromatic Colors of #DE6ECD
Black with #DE6ECD
Text Example
Text Example
White with #DE6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6ECD; }
p { color: rgb(222,110,205); }
H1.HeaderClassName
{
color: #DE6ECD;
}
.AnyTagClassName
{
color: #DE6ECD;
}
</style>
background-color css
<style>
a { background-color: #DE6ECD; }
a { background-color: rgb(222,110,205); }
div.DivClassName
{
background-color: #DE6ECD;
}
.BgClassName
{
background-color: #DE6ECD;
}
</style>
border-color css
<style>
span { border-color: #DE6ECD; }
span { border-color: rgb(222,110,205); }
td.TdClassName
{
border-color: #DE6ECD;
}
.TagClassName
{
border-color: #DE6ECD;
}
</style>