Shades of Orchid #E077E0
Tints of Orchid #E077E0
RGB
CMYK
RGB Variations
Color information
#E077E0 (or 0xE077E0) is known color: Orchid. HEX triplet: E0, 77 and E0. RGB value is (224,119,224). Sum of RGB (Red+Green+Blue) = 224+119+224=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E077E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077E0 is #1F881F. Grayscale: #A2A2A2. Windows color (decimal): -2066464 or 14710752. OLE color: 14710752.
HSL color Cylindrical-coordinate representation of color #E077E0: hue angle of 300º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077E0 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 224 | - |
| CMYK | 0 | 0.47 | 0 | 0.12 |
| HSL | 300º | 0.63% | 0.67% | - |
| HSV(B) | 300º | 0.47% | 0.88% | - |
| XYZ | 50.79 | 34.42 | 74.49 | - |
| YUV | 162.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 224 | 0 | 0.47 | 0 | 0.12 | 300 | 0.63 | 0.67 |
| Hex | E0 | 77 | E0 | 0 | 2F | 0 | C | 12C | 3F | 43 |
| Octal | 340 | 167 | 340 | 0 | 57 | 0 | 14 | 454 | 77 | 103 |
| Binary | 11100000 | 1110111 | 11100000 | 0 | 101111 | 0 | 1100 | 100101100 | 111111 | 1000011 |
Color Harmonies of #E077E0
Complementary color
Monochromatic Colors of #E077E0
Black with #E077E0
Text Example
Text Example
White with #E077E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077E0; }
p { color: rgb(224,119,224); }
H1.HeaderClassName
{
color: #E077E0;
}
.AnyTagClassName
{
color: #E077E0;
}
</style>
background-color css
<style>
a { background-color: #E077E0; }
a { background-color: rgb(224,119,224); }
div.DivClassName
{
background-color: #E077E0;
}
.BgClassName
{
background-color: #E077E0;
}
</style>
border-color css
<style>
span { border-color: #E077E0; }
span { border-color: rgb(224,119,224); }
td.TdClassName
{
border-color: #E077E0;
}
.TagClassName
{
border-color: #E077E0;
}
</style>