Shades of Orchid #DE7AD4
Tints of Orchid #DE7AD4
RGB
CMYK
RGB Variations
Color information
#DE7AD4 (or 0xDE7AD4) is known color: Orchid. HEX triplet: DE, 7A and D4. RGB value is (222,122,212). Sum of RGB (Red+Green+Blue) = 222+122+212=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AD4 is #21852B. Grayscale: #A1A1A1. Windows color (decimal): -2196780 or 13925086. OLE color: 13925086.
HSL color Cylindrical-coordinate representation of color #DE7AD4: hue angle of 306º 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 #DE7AD4 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 212 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.13 |
| HSL | 306º | 0.6% | 0.67% | - |
| HSV(B) | 306º | 0.45% | 0.87% | - |
| XYZ | 48.97 | 34.2 | 66.31 | - |
| YUV | 162.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 212 | 0 | 0.45 | 0.05 | 0.13 | 306 | 0.6 | 0.67 |
| Hex | DE | 7A | D4 | 0 | 2D | 5 | D | 132 | 3C | 43 |
| Octal | 336 | 172 | 324 | 0 | 55 | 5 | 15 | 462 | 74 | 103 |
| Binary | 11011110 | 1111010 | 11010100 | 0 | 101101 | 101 | 1101 | 100110010 | 111100 | 1000011 |
Color Harmonies of #DE7AD4
Complementary color
Monochromatic Colors of #DE7AD4
Black with #DE7AD4
Text Example
Text Example
White with #DE7AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7AD4; }
p { color: rgb(222,122,212); }
H1.HeaderClassName
{
color: #DE7AD4;
}
.AnyTagClassName
{
color: #DE7AD4;
}
</style>
background-color css
<style>
a { background-color: #DE7AD4; }
a { background-color: rgb(222,122,212); }
div.DivClassName
{
background-color: #DE7AD4;
}
.BgClassName
{
background-color: #DE7AD4;
}
</style>
border-color css
<style>
span { border-color: #DE7AD4; }
span { border-color: rgb(222,122,212); }
td.TdClassName
{
border-color: #DE7AD4;
}
.TagClassName
{
border-color: #DE7AD4;
}
</style>