Shades of Orchid #E577CF
Tints of Orchid #E577CF
RGB
CMYK
RGB Variations
Color information
#E577CF (or 0xE577CF) is known color: Orchid. HEX triplet: E5, 77 and CF. RGB value is (229,119,207). Sum of RGB (Red+Green+Blue) = 229+119+207=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E577CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577CF is #1A8830. Grayscale: #A1A1A1. Windows color (decimal): -1738801 or 13596645. OLE color: 13596645.
HSL color Cylindrical-coordinate representation of color #E577CF: hue angle of 312º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E577CF is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 207 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.10 |
| HSL | 312º | 0.68% | 0.68% | - |
| HSV(B) | 312º | 0.48% | 0.9% | - |
| XYZ | 50.17 | 34.36 | 63.02 | - |
| YUV | 161.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 207 | 0 | 0.48 | 0.10 | 0.10 | 312 | 0.68 | 0.68 |
| Hex | E5 | 77 | CF | 0 | 30 | A | A | 138 | 44 | 44 |
| Octal | 345 | 167 | 317 | 0 | 60 | 12 | 12 | 470 | 104 | 104 |
| Binary | 11100101 | 1110111 | 11001111 | 0 | 110000 | 1010 | 1010 | 100111000 | 1000100 | 1000100 |
Color Harmonies of #E577CF
Complementary color
Monochromatic Colors of #E577CF
Black with #E577CF
Text Example
Text Example
White with #E577CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E577CF; }
p { color: rgb(229,119,207); }
H1.HeaderClassName
{
color: #E577CF;
}
.AnyTagClassName
{
color: #E577CF;
}
</style>
background-color css
<style>
a { background-color: #E577CF; }
a { background-color: rgb(229,119,207); }
div.DivClassName
{
background-color: #E577CF;
}
.BgClassName
{
background-color: #E577CF;
}
</style>
border-color css
<style>
span { border-color: #E577CF; }
span { border-color: rgb(229,119,207); }
td.TdClassName
{
border-color: #E577CF;
}
.TagClassName
{
border-color: #E577CF;
}
</style>