Shades of Orchid #E070DD
Tints of Orchid #E070DD
RGB
CMYK
RGB Variations
Color information
#E070DD (or 0xE070DD) is known color: Orchid. HEX triplet: E0, 70 and DD. RGB value is (224,112,221). Sum of RGB (Red+Green+Blue) = 224+112+221=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E070DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070DD is #1F8F22. Grayscale: #9D9D9D. Windows color (decimal): -2068259 or 14512352. OLE color: 14512352.
HSL color Cylindrical-coordinate representation of color #E070DD: hue angle of 301.61º 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 #E070DD is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 221 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.12 |
| HSL | 301.61º | 0.64% | 0.66% | - |
| HSV(B) | 301.61º | 0.5% | 0.88% | - |
| XYZ | 49.59 | 32.66 | 72.1 | - |
| YUV | 157.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 221 | 0 | 0.50 | 0.01 | 0.12 | 301.61 | 0.64 | 0.66 |
| Hex | E0 | 70 | DD | 0 | 32 | 1 | C | 12E | 40 | 42 |
| Octal | 340 | 160 | 335 | 0 | 62 | 1 | 14 | 456 | 100 | 102 |
| Binary | 11100000 | 1110000 | 11011101 | 0 | 110010 | 1 | 1100 | 100101110 | 1000000 | 1000010 |
Color Harmonies of #E070DD
Complementary color
Monochromatic Colors of #E070DD
Black with #E070DD
Text Example
Text Example
White with #E070DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070DD; }
p { color: rgb(224,112,221); }
H1.HeaderClassName
{
color: #E070DD;
}
.AnyTagClassName
{
color: #E070DD;
}
</style>
background-color css
<style>
a { background-color: #E070DD; }
a { background-color: rgb(224,112,221); }
div.DivClassName
{
background-color: #E070DD;
}
.BgClassName
{
background-color: #E070DD;
}
</style>
border-color css
<style>
span { border-color: #E070DD; }
span { border-color: rgb(224,112,221); }
td.TdClassName
{
border-color: #E070DD;
}
.TagClassName
{
border-color: #E070DD;
}
</style>