Shades of Orchid #E080D9
Tints of Orchid #E080D9
RGB
CMYK
RGB Variations
Color information
#E080D9 (or 0xE080D9) is known color: Orchid. HEX triplet: E0, 80 and D9. RGB value is (224,128,217). Sum of RGB (Red+Green+Blue) = 224+128+217=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E080D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080D9 is #1F7F26. Grayscale: #A6A6A6. Windows color (decimal): -2064167 or 14254304. OLE color: 14254304.
HSL color Cylindrical-coordinate representation of color #E080D9: hue angle of 304.38º 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 #E080D9 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 217 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.12 |
| HSL | 304.38º | 0.61% | 0.69% | - |
| HSV(B) | 304.38º | 0.43% | 0.88% | - |
| XYZ | 50.98 | 36.3 | 69.96 | - |
| YUV | 166.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 217 | 0 | 0.43 | 0.03 | 0.12 | 304.38 | 0.61 | 0.69 |
| Hex | E0 | 80 | D9 | 0 | 2B | 3 | C | 130 | 3D | 45 |
| Octal | 340 | 200 | 331 | 0 | 53 | 3 | 14 | 460 | 75 | 105 |
| Binary | 11100000 | 10000000 | 11011001 | 0 | 101011 | 11 | 1100 | 100110000 | 111101 | 1000101 |
Color Harmonies of #E080D9
Complementary color
Monochromatic Colors of #E080D9
Black with #E080D9
Text Example
Text Example
White with #E080D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080D9; }
p { color: rgb(224,128,217); }
H1.HeaderClassName
{
color: #E080D9;
}
.AnyTagClassName
{
color: #E080D9;
}
</style>
background-color css
<style>
a { background-color: #E080D9; }
a { background-color: rgb(224,128,217); }
div.DivClassName
{
background-color: #E080D9;
}
.BgClassName
{
background-color: #E080D9;
}
</style>
border-color css
<style>
span { border-color: #E080D9; }
span { border-color: rgb(224,128,217); }
td.TdClassName
{
border-color: #E080D9;
}
.TagClassName
{
border-color: #E080D9;
}
</style>