Shades of Orchid #E077D0
Tints of Orchid #E077D0
RGB
CMYK
RGB Variations
Color information
#E077D0 (or 0xE077D0) is known color: Orchid. HEX triplet: E0, 77 and D0. RGB value is (224,119,208). Sum of RGB (Red+Green+Blue) = 224+119+208=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E077D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077D0 is #1F882F. Grayscale: #A0A0A0. Windows color (decimal): -2066480 or 13662176. OLE color: 13662176.
HSL color Cylindrical-coordinate representation of color #E077D0: hue angle of 309.14º 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 #E077D0 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 208 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.12 |
| HSL | 309.14º | 0.63% | 0.67% | - |
| HSV(B) | 309.14º | 0.47% | 0.88% | - |
| XYZ | 48.72 | 33.6 | 63.59 | - |
| YUV | 160.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 208 | 0 | 0.47 | 0.07 | 0.12 | 309.14 | 0.63 | 0.67 |
| Hex | E0 | 77 | D0 | 0 | 2F | 7 | C | 135 | 3F | 43 |
| Octal | 340 | 167 | 320 | 0 | 57 | 7 | 14 | 465 | 77 | 103 |
| Binary | 11100000 | 1110111 | 11010000 | 0 | 101111 | 111 | 1100 | 100110101 | 111111 | 1000011 |
Color Harmonies of #E077D0
Complementary color
Monochromatic Colors of #E077D0
Black with #E077D0
Text Example
Text Example
White with #E077D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077D0; }
p { color: rgb(224,119,208); }
H1.HeaderClassName
{
color: #E077D0;
}
.AnyTagClassName
{
color: #E077D0;
}
</style>
background-color css
<style>
a { background-color: #E077D0; }
a { background-color: rgb(224,119,208); }
div.DivClassName
{
background-color: #E077D0;
}
.BgClassName
{
background-color: #E077D0;
}
</style>
border-color css
<style>
span { border-color: #E077D0; }
span { border-color: rgb(224,119,208); }
td.TdClassName
{
border-color: #E077D0;
}
.TagClassName
{
border-color: #E077D0;
}
</style>