Shades of Orchid #E071DC
Tints of Orchid #E071DC
RGB
CMYK
RGB Variations
Color information
#E071DC (or 0xE071DC) is known color: Orchid. HEX triplet: E0, 71 and DC. RGB value is (224,113,220). Sum of RGB (Red+Green+Blue) = 224+113+220=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E071DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071DC is #1F8E23. Grayscale: #9E9E9E. Windows color (decimal): -2068004 or 14447072. OLE color: 14447072.
HSL color Cylindrical-coordinate representation of color #E071DC: hue angle of 302.16º 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 #E071DC is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 220 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.12 |
| HSL | 302.16º | 0.64% | 0.66% | - |
| HSV(B) | 302.16º | 0.5% | 0.88% | - |
| XYZ | 49.56 | 32.82 | 71.43 | - |
| YUV | 158.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 220 | 0 | 0.50 | 0.02 | 0.12 | 302.16 | 0.64 | 0.66 |
| Hex | E0 | 71 | DC | 0 | 32 | 2 | C | 12E | 40 | 42 |
| Octal | 340 | 161 | 334 | 0 | 62 | 2 | 14 | 456 | 100 | 102 |
| Binary | 11100000 | 1110001 | 11011100 | 0 | 110010 | 10 | 1100 | 100101110 | 1000000 | 1000010 |
Color Harmonies of #E071DC
Complementary color
Monochromatic Colors of #E071DC
Black with #E071DC
Text Example
Text Example
White with #E071DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071DC; }
p { color: rgb(224,113,220); }
H1.HeaderClassName
{
color: #E071DC;
}
.AnyTagClassName
{
color: #E071DC;
}
</style>
background-color css
<style>
a { background-color: #E071DC; }
a { background-color: rgb(224,113,220); }
div.DivClassName
{
background-color: #E071DC;
}
.BgClassName
{
background-color: #E071DC;
}
</style>
border-color css
<style>
span { border-color: #E071DC; }
span { border-color: rgb(224,113,220); }
td.TdClassName
{
border-color: #E071DC;
}
.TagClassName
{
border-color: #E071DC;
}
</style>