Shades of Orchid #E576CF
Tints of Orchid #E576CF
RGB
CMYK
RGB Variations
Color information
#E576CF (or 0xE576CF) is known color: Orchid. HEX triplet: E5, 76 and CF. RGB value is (229,118,207). Sum of RGB (Red+Green+Blue) = 229+118+207=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 229 - color contains mainly: red. Hex color #E576CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576CF is #1A8930. Grayscale: #A1A1A1. Windows color (decimal): -1739057 or 13596389. OLE color: 13596389.
HSL color Cylindrical-coordinate representation of color #E576CF: hue angle of 311.89º 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 #E576CF is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 207 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.10 |
| HSL | 311.89º | 0.68% | 0.68% | - |
| HSV(B) | 311.89º | 0.48% | 0.9% | - |
| XYZ | 50.05 | 34.12 | 62.98 | - |
| YUV | 161.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 207 | 0 | 0.48 | 0.10 | 0.10 | 311.89 | 0.68 | 0.68 |
| Hex | E5 | 76 | CF | 0 | 30 | A | A | 138 | 44 | 44 |
| Octal | 345 | 166 | 317 | 0 | 60 | 12 | 12 | 470 | 104 | 104 |
| Binary | 11100101 | 1110110 | 11001111 | 0 | 110000 | 1010 | 1010 | 100111000 | 1000100 | 1000100 |
Color Harmonies of #E576CF
Complementary color
Monochromatic Colors of #E576CF
Black with #E576CF
Text Example
Text Example
White with #E576CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E576CF; }
p { color: rgb(229,118,207); }
H1.HeaderClassName
{
color: #E576CF;
}
.AnyTagClassName
{
color: #E576CF;
}
</style>
background-color css
<style>
a { background-color: #E576CF; }
a { background-color: rgb(229,118,207); }
div.DivClassName
{
background-color: #E576CF;
}
.BgClassName
{
background-color: #E576CF;
}
</style>
border-color css
<style>
span { border-color: #E576CF; }
span { border-color: rgb(229,118,207); }
td.TdClassName
{
border-color: #E576CF;
}
.TagClassName
{
border-color: #E576CF;
}
</style>