Shades of Orchid #E077DB
Tints of Orchid #E077DB
RGB
CMYK
RGB Variations
Color information
#E077DB (or 0xE077DB) is known color: Orchid. HEX triplet: E0, 77 and DB. RGB value is (224,119,219). Sum of RGB (Red+Green+Blue) = 224+119+219=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E077DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077DB is #1F8824. Grayscale: #A1A1A1. Windows color (decimal): -2066469 or 14383072. OLE color: 14383072.
HSL color Cylindrical-coordinate representation of color #E077DB: hue angle of 302.86º 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 #E077DB is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 219 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.12 |
| HSL | 302.86º | 0.63% | 0.67% | - |
| HSV(B) | 302.86º | 0.47% | 0.88% | - |
| XYZ | 50.12 | 34.16 | 70.97 | - |
| YUV | 161.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 219 | 0 | 0.47 | 0.02 | 0.12 | 302.86 | 0.63 | 0.67 |
| Hex | E0 | 77 | DB | 0 | 2F | 2 | C | 12F | 3F | 43 |
| Octal | 340 | 167 | 333 | 0 | 57 | 2 | 14 | 457 | 77 | 103 |
| Binary | 11100000 | 1110111 | 11011011 | 0 | 101111 | 10 | 1100 | 100101111 | 111111 | 1000011 |
Color Harmonies of #E077DB
Complementary color
Monochromatic Colors of #E077DB
Black with #E077DB
Text Example
Text Example
White with #E077DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077DB; }
p { color: rgb(224,119,219); }
H1.HeaderClassName
{
color: #E077DB;
}
.AnyTagClassName
{
color: #E077DB;
}
</style>
background-color css
<style>
a { background-color: #E077DB; }
a { background-color: rgb(224,119,219); }
div.DivClassName
{
background-color: #E077DB;
}
.BgClassName
{
background-color: #E077DB;
}
</style>
border-color css
<style>
span { border-color: #E077DB; }
span { border-color: rgb(224,119,219); }
td.TdClassName
{
border-color: #E077DB;
}
.TagClassName
{
border-color: #E077DB;
}
</style>