Shades of Orchid #DE7ACE
Tints of Orchid #DE7ACE
RGB
CMYK
RGB Variations
Color information
#DE7ACE (or 0xDE7ACE) is known color: Orchid. HEX triplet: DE, 7A and CE. RGB value is (222,122,206). Sum of RGB (Red+Green+Blue) = 222+122+206=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7ACE is #218531. Grayscale: #A1A1A1. Windows color (decimal): -2196786 or 13531870. OLE color: 13531870.
HSL color Cylindrical-coordinate representation of color #DE7ACE: hue angle of 309.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7ACE is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 206 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.13 |
| HSL | 309.6º | 0.6% | 0.67% | - |
| HSV(B) | 309.6º | 0.45% | 0.87% | - |
| XYZ | 48.22 | 33.9 | 62.4 | - |
| YUV | 161.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 206 | 0 | 0.45 | 0.07 | 0.13 | 309.6 | 0.6 | 0.67 |
| Hex | DE | 7A | CE | 0 | 2D | 7 | D | 136 | 3C | 43 |
| Octal | 336 | 172 | 316 | 0 | 55 | 7 | 15 | 466 | 74 | 103 |
| Binary | 11011110 | 1111010 | 11001110 | 0 | 101101 | 111 | 1101 | 100110110 | 111100 | 1000011 |
Color Harmonies of #DE7ACE
Complementary color
Monochromatic Colors of #DE7ACE
Black with #DE7ACE
Text Example
Text Example
White with #DE7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7ACE; }
p { color: rgb(222,122,206); }
H1.HeaderClassName
{
color: #DE7ACE;
}
.AnyTagClassName
{
color: #DE7ACE;
}
</style>
background-color css
<style>
a { background-color: #DE7ACE; }
a { background-color: rgb(222,122,206); }
div.DivClassName
{
background-color: #DE7ACE;
}
.BgClassName
{
background-color: #DE7ACE;
}
</style>
border-color css
<style>
span { border-color: #DE7ACE; }
span { border-color: rgb(222,122,206); }
td.TdClassName
{
border-color: #DE7ACE;
}
.TagClassName
{
border-color: #DE7ACE;
}
</style>