Shades of Orchid #E578C9
Tints of Orchid #E578C9
RGB
CMYK
RGB Variations
Color information
#E578C9 (or 0xE578C9) is known color: Orchid. HEX triplet: E5, 78 and C9. RGB value is (229,120,201). Sum of RGB (Red+Green+Blue) = 229+120+201=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E578C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578C9 is #1A8736. Grayscale: #A1A1A1. Windows color (decimal): -1738551 or 13203685. OLE color: 13203685.
HSL color Cylindrical-coordinate representation of color #E578C9: hue angle of 315.41º 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 #E578C9 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 201 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.10 |
| HSL | 315.41º | 0.68% | 0.68% | - |
| HSV(B) | 315.41º | 0.48% | 0.9% | - |
| XYZ | 49.57 | 34.31 | 59.27 | - |
| YUV | 161.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 201 | 0 | 0.48 | 0.12 | 0.10 | 315.41 | 0.68 | 0.68 |
| Hex | E5 | 78 | C9 | 0 | 30 | C | A | 13B | 44 | 44 |
| Octal | 345 | 170 | 311 | 0 | 60 | 14 | 12 | 473 | 104 | 104 |
| Binary | 11100101 | 1111000 | 11001001 | 0 | 110000 | 1100 | 1010 | 100111011 | 1000100 | 1000100 |
Color Harmonies of #E578C9
Complementary color
Monochromatic Colors of #E578C9
Black with #E578C9
Text Example
Text Example
White with #E578C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E578C9; }
p { color: rgb(229,120,201); }
H1.HeaderClassName
{
color: #E578C9;
}
.AnyTagClassName
{
color: #E578C9;
}
</style>
background-color css
<style>
a { background-color: #E578C9; }
a { background-color: rgb(229,120,201); }
div.DivClassName
{
background-color: #E578C9;
}
.BgClassName
{
background-color: #E578C9;
}
</style>
border-color css
<style>
span { border-color: #E578C9; }
span { border-color: rgb(229,120,201); }
td.TdClassName
{
border-color: #E578C9;
}
.TagClassName
{
border-color: #E578C9;
}
</style>