Shades of Orchid #DE7ECE
Tints of Orchid #DE7ECE
RGB
CMYK
RGB Variations
Color information
#DE7ECE (or 0xDE7ECE) is known color: Orchid. HEX triplet: DE, 7E and CE. RGB value is (222,126,206). Sum of RGB (Red+Green+Blue) = 222+126+206=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7ECE is #218131. Grayscale: #A3A3A3. Windows color (decimal): -2195762 or 13532894. OLE color: 13532894.
HSL color Cylindrical-coordinate representation of color #DE7ECE: hue angle of 310º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7ECE is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 206 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.13 |
| HSL | 310º | 0.59% | 0.68% | - |
| HSV(B) | 310º | 0.43% | 0.87% | - |
| XYZ | 48.73 | 34.91 | 62.56 | - |
| YUV | 163.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 206 | 0 | 0.43 | 0.07 | 0.13 | 310 | 0.59 | 0.68 |
| Hex | DE | 7E | CE | 0 | 2B | 7 | D | 136 | 3B | 44 |
| Octal | 336 | 176 | 316 | 0 | 53 | 7 | 15 | 466 | 73 | 104 |
| Binary | 11011110 | 1111110 | 11001110 | 0 | 101011 | 111 | 1101 | 100110110 | 111011 | 1000100 |
Color Harmonies of #DE7ECE
Complementary color
Monochromatic Colors of #DE7ECE
Black with #DE7ECE
Text Example
Text Example
White with #DE7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7ECE; }
p { color: rgb(222,126,206); }
H1.HeaderClassName
{
color: #DE7ECE;
}
.AnyTagClassName
{
color: #DE7ECE;
}
</style>
background-color css
<style>
a { background-color: #DE7ECE; }
a { background-color: rgb(222,126,206); }
div.DivClassName
{
background-color: #DE7ECE;
}
.BgClassName
{
background-color: #DE7ECE;
}
</style>
border-color css
<style>
span { border-color: #DE7ECE; }
span { border-color: rgb(222,126,206); }
td.TdClassName
{
border-color: #DE7ECE;
}
.TagClassName
{
border-color: #DE7ECE;
}
</style>