Shades of Orchid #E080D7
Tints of Orchid #E080D7
RGB
CMYK
RGB Variations
Color information
#E080D7 (or 0xE080D7) is known color: Orchid. HEX triplet: E0, 80 and D7. RGB value is (224,128,215). Sum of RGB (Red+Green+Blue) = 224+128+215=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E080D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080D7 is #1F7F28. Grayscale: #A6A6A6. Windows color (decimal): -2064169 or 14123232. OLE color: 14123232.
HSL color Cylindrical-coordinate representation of color #E080D7: hue angle of 305.62º 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 #E080D7 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 215 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.12 |
| HSL | 305.63º | 0.61% | 0.69% | - |
| HSV(B) | 305.63º | 0.43% | 0.88% | - |
| XYZ | 50.73 | 36.19 | 68.6 | - |
| YUV | 166.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 215 | 0 | 0.43 | 0.04 | 0.12 | 305.63 | 0.61 | 0.69 |
| Hex | E0 | 80 | D7 | 0 | 2B | 4 | C | 132 | 3D | 45 |
| Octal | 340 | 200 | 327 | 0 | 53 | 4 | 14 | 462 | 75 | 105 |
| Binary | 11100000 | 10000000 | 11010111 | 0 | 101011 | 100 | 1100 | 100110010 | 111101 | 1000101 |
Color Harmonies of #E080D7
Complementary color
Monochromatic Colors of #E080D7
Black with #E080D7
Text Example
Text Example
White with #E080D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E080D7; }
p { color: rgb(224,128,215); }
H1.HeaderClassName
{
color: #E080D7;
}
.AnyTagClassName
{
color: #E080D7;
}
</style>
background-color css
<style>
a { background-color: #E080D7; }
a { background-color: rgb(224,128,215); }
div.DivClassName
{
background-color: #E080D7;
}
.BgClassName
{
background-color: #E080D7;
}
</style>
border-color css
<style>
span { border-color: #E080D7; }
span { border-color: rgb(224,128,215); }
td.TdClassName
{
border-color: #E080D7;
}
.TagClassName
{
border-color: #E080D7;
}
</style>