Shades of Orchid #DE70E2
Tints of Orchid #DE70E2
RGB
CMYK
RGB Variations
Color information
#DE70E2 (or 0xDE70E2) is known color: Orchid. HEX triplet: DE, 70 and E2. RGB value is (222,112,226). Sum of RGB (Red+Green+Blue) = 222+112+226=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE70E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE70E2 is #218F1D. Grayscale: #9D9D9D. Windows color (decimal): -2199326 or 14840030. OLE color: 14840030.
HSL color Cylindrical-coordinate representation of color #DE70E2: hue angle of 297.89º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE70E2 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 112 | 226 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.11 |
| HSL | 297.89º | 0.66% | 0.66% | - |
| HSV(B) | 297.89º | 0.5% | 0.89% | - |
| XYZ | 49.65 | 32.61 | 75.63 | - |
| YUV | 157.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 226 | 0.02 | 0.50 | 0 | 0.11 | 297.89 | 0.66 | 0.66 |
| Hex | DE | 70 | E2 | 2 | 32 | 0 | B | 12A | 42 | 42 |
| Octal | 336 | 160 | 342 | 2 | 62 | 0 | 13 | 452 | 102 | 102 |
| Binary | 11011110 | 1110000 | 11100010 | 10 | 110010 | 0 | 1011 | 100101010 | 1000010 | 1000010 |
Color Harmonies of #DE70E2
Complementary color
Monochromatic Colors of #DE70E2
Black with #DE70E2
Text Example
Text Example
White with #DE70E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE70E2; }
p { color: rgb(222,112,226); }
H1.HeaderClassName
{
color: #DE70E2;
}
.AnyTagClassName
{
color: #DE70E2;
}
</style>
background-color css
<style>
a { background-color: #DE70E2; }
a { background-color: rgb(222,112,226); }
div.DivClassName
{
background-color: #DE70E2;
}
.BgClassName
{
background-color: #DE70E2;
}
</style>
border-color css
<style>
span { border-color: #DE70E2; }
span { border-color: rgb(222,112,226); }
td.TdClassName
{
border-color: #DE70E2;
}
.TagClassName
{
border-color: #DE70E2;
}
</style>