Shades of Orchid #E080DC
Tints of Orchid #E080DC
RGB
CMYK
RGB Variations
Color information
#E080DC (or 0xE080DC) is known color: Orchid. HEX triplet: E0, 80 and DC. RGB value is (224,128,220). Sum of RGB (Red+Green+Blue) = 224+128+220=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E080DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080DC is #1F7F23. Grayscale: #A6A6A6. Windows color (decimal): -2064164 or 14450912. OLE color: 14450912.
HSL color Cylindrical-coordinate representation of color #E080DC: hue angle of 302.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E080DC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 220 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.12 |
| HSL | 302.5º | 0.61% | 0.69% | - |
| HSV(B) | 302.5º | 0.43% | 0.88% | - |
| XYZ | 51.38 | 36.45 | 72.04 | - |
| YUV | 167.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 220 | 0 | 0.43 | 0.02 | 0.12 | 302.5 | 0.61 | 0.69 |
| Hex | E0 | 80 | DC | 0 | 2B | 2 | C | 12E | 3D | 45 |
| Octal | 340 | 200 | 334 | 0 | 53 | 2 | 14 | 456 | 75 | 105 |
| Binary | 11100000 | 10000000 | 11011100 | 0 | 101011 | 10 | 1100 | 100101110 | 111101 | 1000101 |
Color Harmonies of #E080DC
Complementary color
Monochromatic Colors of #E080DC
Black with #E080DC
Text Example
Text Example
White with #E080DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080DC; }
p { color: rgb(224,128,220); }
H1.HeaderClassName
{
color: #E080DC;
}
.AnyTagClassName
{
color: #E080DC;
}
</style>
background-color css
<style>
a { background-color: #E080DC; }
a { background-color: rgb(224,128,220); }
div.DivClassName
{
background-color: #E080DC;
}
.BgClassName
{
background-color: #E080DC;
}
</style>
border-color css
<style>
span { border-color: #E080DC; }
span { border-color: rgb(224,128,220); }
td.TdClassName
{
border-color: #E080DC;
}
.TagClassName
{
border-color: #E080DC;
}
</style>