Shades of Orchid #DE6ECE
Tints of Orchid #DE6ECE
RGB
CMYK
RGB Variations
Color information
#DE6ECE (or 0xDE6ECE) is known color: Orchid. HEX triplet: DE, 6E and CE. RGB value is (222,110,206). Sum of RGB (Red+Green+Blue) = 222+110+206=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ECE is #219131. Grayscale: #9A9A9A. Windows color (decimal): -2199858 or 13528798. OLE color: 13528798.
HSL color Cylindrical-coordinate representation of color #DE6ECE: hue angle of 308.57º 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 #DE6ECE is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 206 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.13 |
| HSL | 308.57º | 0.63% | 0.65% | - |
| HSV(B) | 308.57º | 0.5% | 0.87% | - |
| XYZ | 46.84 | 31.14 | 61.93 | - |
| YUV | 154.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 206 | 0 | 0.50 | 0.07 | 0.13 | 308.57 | 0.63 | 0.65 |
| Hex | DE | 6E | CE | 0 | 32 | 7 | D | 135 | 3F | 41 |
| Octal | 336 | 156 | 316 | 0 | 62 | 7 | 15 | 465 | 77 | 101 |
| Binary | 11011110 | 1101110 | 11001110 | 0 | 110010 | 111 | 1101 | 100110101 | 111111 | 1000001 |
Color Harmonies of #DE6ECE
Complementary color
Monochromatic Colors of #DE6ECE
Black with #DE6ECE
Text Example
Text Example
White with #DE6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6ECE; }
p { color: rgb(222,110,206); }
H1.HeaderClassName
{
color: #DE6ECE;
}
.AnyTagClassName
{
color: #DE6ECE;
}
</style>
background-color css
<style>
a { background-color: #DE6ECE; }
a { background-color: rgb(222,110,206); }
div.DivClassName
{
background-color: #DE6ECE;
}
.BgClassName
{
background-color: #DE6ECE;
}
</style>
border-color css
<style>
span { border-color: #DE6ECE; }
span { border-color: rgb(222,110,206); }
td.TdClassName
{
border-color: #DE6ECE;
}
.TagClassName
{
border-color: #DE6ECE;
}
</style>