Shades of Orchid #DE7AE1
Tints of Orchid #DE7AE1
RGB
CMYK
RGB Variations
Color information
#DE7AE1 (or 0xDE7AE1) is known color: Orchid. HEX triplet: DE, 7A and E1. RGB value is (222,122,225). Sum of RGB (Red+Green+Blue) = 222+122+225=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE7AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7AE1 is #21851E. Grayscale: #A3A3A3. Windows color (decimal): -2196767 or 14777054. OLE color: 14777054.
HSL color Cylindrical-coordinate representation of color #DE7AE1: hue angle of 298.25º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE7AE1 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 122 | 225 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.12 |
| HSL | 298.25º | 0.63% | 0.68% | - |
| HSV(B) | 298.25º | 0.46% | 0.88% | - |
| XYZ | 50.67 | 34.88 | 75.3 | - |
| YUV | 163.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 225 | 0.01 | 0.46 | 0 | 0.12 | 298.25 | 0.63 | 0.68 |
| Hex | DE | 7A | E1 | 1 | 2E | 0 | C | 12A | 3F | 44 |
| Octal | 336 | 172 | 341 | 1 | 56 | 0 | 14 | 452 | 77 | 104 |
| Binary | 11011110 | 1111010 | 11100001 | 1 | 101110 | 0 | 1100 | 100101010 | 111111 | 1000100 |
Color Harmonies of #DE7AE1
Complementary color
Monochromatic Colors of #DE7AE1
Black with #DE7AE1
Text Example
Text Example
White with #DE7AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7AE1; }
p { color: rgb(222,122,225); }
H1.HeaderClassName
{
color: #DE7AE1;
}
.AnyTagClassName
{
color: #DE7AE1;
}
</style>
background-color css
<style>
a { background-color: #DE7AE1; }
a { background-color: rgb(222,122,225); }
div.DivClassName
{
background-color: #DE7AE1;
}
.BgClassName
{
background-color: #DE7AE1;
}
</style>
border-color css
<style>
span { border-color: #DE7AE1; }
span { border-color: rgb(222,122,225); }
td.TdClassName
{
border-color: #DE7AE1;
}
.TagClassName
{
border-color: #DE7AE1;
}
</style>