Shades of Orchid #E077DD
Tints of Orchid #E077DD
RGB
CMYK
RGB Variations
Color information
#E077DD (or 0xE077DD) is known color: Orchid. HEX triplet: E0, 77 and DD. RGB value is (224,119,221). Sum of RGB (Red+Green+Blue) = 224+119+221=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E077DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077DD is #1F8822. Grayscale: #A1A1A1. Windows color (decimal): -2066467 or 14514144. OLE color: 14514144.
HSL color Cylindrical-coordinate representation of color #E077DD: hue angle of 301.71º 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 #E077DD is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 221 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.12 |
| HSL | 301.71º | 0.63% | 0.67% | - |
| HSV(B) | 301.71º | 0.47% | 0.88% | - |
| XYZ | 50.39 | 34.26 | 72.36 | - |
| YUV | 162.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 221 | 0 | 0.47 | 0.01 | 0.12 | 301.71 | 0.63 | 0.67 |
| Hex | E0 | 77 | DD | 0 | 2F | 1 | C | 12E | 3F | 43 |
| Octal | 340 | 167 | 335 | 0 | 57 | 1 | 14 | 456 | 77 | 103 |
| Binary | 11100000 | 1110111 | 11011101 | 0 | 101111 | 1 | 1100 | 100101110 | 111111 | 1000011 |
Color Harmonies of #E077DD
Complementary color
Monochromatic Colors of #E077DD
Black with #E077DD
Text Example
Text Example
White with #E077DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077DD; }
p { color: rgb(224,119,221); }
H1.HeaderClassName
{
color: #E077DD;
}
.AnyTagClassName
{
color: #E077DD;
}
</style>
background-color css
<style>
a { background-color: #E077DD; }
a { background-color: rgb(224,119,221); }
div.DivClassName
{
background-color: #E077DD;
}
.BgClassName
{
background-color: #E077DD;
}
</style>
border-color css
<style>
span { border-color: #E077DD; }
span { border-color: rgb(224,119,221); }
td.TdClassName
{
border-color: #E077DD;
}
.TagClassName
{
border-color: #E077DD;
}
</style>