Shades of Orchid #DE7AE4
Tints of Orchid #DE7AE4
RGB
CMYK
RGB Variations
Color information
#DE7AE4 (or 0xDE7AE4) is known color: Orchid. HEX triplet: DE, 7A and E4. RGB value is (222,122,228). Sum of RGB (Red+Green+Blue) = 222+122+228=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE7AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AE4 is #21851B. Grayscale: #A3A3A3. Windows color (decimal): -2196764 or 14973662. OLE color: 14973662.
HSL color Cylindrical-coordinate representation of color #DE7AE4: hue angle of 296.6º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE7AE4 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 122 | 228 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.11 |
| HSL | 296.6º | 0.66% | 0.69% | - |
| HSV(B) | 296.6º | 0.46% | 0.89% | - |
| XYZ | 51.09 | 35.05 | 77.47 | - |
| YUV | 163.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 228 | 0.03 | 0.46 | 0 | 0.11 | 296.6 | 0.66 | 0.69 |
| Hex | DE | 7A | E4 | 3 | 2E | 0 | B | 129 | 42 | 45 |
| Octal | 336 | 172 | 344 | 3 | 56 | 0 | 13 | 451 | 102 | 105 |
| Binary | 11011110 | 1111010 | 11100100 | 11 | 101110 | 0 | 1011 | 100101001 | 1000010 | 1000101 |
Color Harmonies of #DE7AE4
Complementary color
Monochromatic Colors of #DE7AE4
Black with #DE7AE4
Text Example
Text Example
White with #DE7AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7AE4; }
p { color: rgb(222,122,228); }
H1.HeaderClassName
{
color: #DE7AE4;
}
.AnyTagClassName
{
color: #DE7AE4;
}
</style>
background-color css
<style>
a { background-color: #DE7AE4; }
a { background-color: rgb(222,122,228); }
div.DivClassName
{
background-color: #DE7AE4;
}
.BgClassName
{
background-color: #DE7AE4;
}
</style>
border-color css
<style>
span { border-color: #DE7AE4; }
span { border-color: rgb(222,122,228); }
td.TdClassName
{
border-color: #DE7AE4;
}
.TagClassName
{
border-color: #DE7AE4;
}
</style>