Shades of Orchid #E070DC
Tints of Orchid #E070DC
RGB
CMYK
RGB Variations
Color information
#E070DC (or 0xE070DC) is known color: Orchid. HEX triplet: E0, 70 and DC. RGB value is (224,112,220). Sum of RGB (Red+Green+Blue) = 224+112+220=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E070DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070DC is #1F8F23. Grayscale: #9D9D9D. Windows color (decimal): -2068260 or 14446816. OLE color: 14446816.
HSL color Cylindrical-coordinate representation of color #E070DC: hue angle of 302.14º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E070DC is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 220 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.12 |
| HSL | 302.14º | 0.64% | 0.66% | - |
| HSV(B) | 302.14º | 0.5% | 0.88% | - |
| XYZ | 49.45 | 32.6 | 71.4 | - |
| YUV | 157.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 220 | 0 | 0.50 | 0.02 | 0.12 | 302.14 | 0.64 | 0.66 |
| Hex | E0 | 70 | DC | 0 | 32 | 2 | C | 12E | 40 | 42 |
| Octal | 340 | 160 | 334 | 0 | 62 | 2 | 14 | 456 | 100 | 102 |
| Binary | 11100000 | 1110000 | 11011100 | 0 | 110010 | 10 | 1100 | 100101110 | 1000000 | 1000010 |
Color Harmonies of #E070DC
Complementary color
Monochromatic Colors of #E070DC
Black with #E070DC
Text Example
Text Example
White with #E070DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070DC; }
p { color: rgb(224,112,220); }
H1.HeaderClassName
{
color: #E070DC;
}
.AnyTagClassName
{
color: #E070DC;
}
</style>
background-color css
<style>
a { background-color: #E070DC; }
a { background-color: rgb(224,112,220); }
div.DivClassName
{
background-color: #E070DC;
}
.BgClassName
{
background-color: #E070DC;
}
</style>
border-color css
<style>
span { border-color: #E070DC; }
span { border-color: rgb(224,112,220); }
td.TdClassName
{
border-color: #E070DC;
}
.TagClassName
{
border-color: #E070DC;
}
</style>