Shades of Orchid #E579CF
Tints of Orchid #E579CF
RGB
CMYK
RGB Variations
Color information
#E579CF (or 0xE579CF) is known color: Orchid. HEX triplet: E5, 79 and CF. RGB value is (229,121,207). Sum of RGB (Red+Green+Blue) = 229+121+207=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 229 - color contains mainly: red. Hex color #E579CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579CF is #1A8630. Grayscale: #A2A2A2. Windows color (decimal): -1738289 or 13597157. OLE color: 13597157.
HSL color Cylindrical-coordinate representation of color #E579CF: hue angle of 312.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E579CF is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 121 | 207 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.10 |
| HSL | 312.22º | 0.68% | 0.69% | - |
| HSV(B) | 312.22º | 0.47% | 0.9% | - |
| XYZ | 50.41 | 34.84 | 63.1 | - |
| YUV | 163.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 121 | 207 | 0 | 0.47 | 0.10 | 0.10 | 312.22 | 0.68 | 0.69 |
| Hex | E5 | 79 | CF | 0 | 2F | A | A | 138 | 44 | 45 |
| Octal | 345 | 171 | 317 | 0 | 57 | 12 | 12 | 470 | 104 | 105 |
| Binary | 11100101 | 1111001 | 11001111 | 0 | 101111 | 1010 | 1010 | 100111000 | 1000100 | 1000101 |
Color Harmonies of #E579CF
Complementary color
Monochromatic Colors of #E579CF
Black with #E579CF
Text Example
Text Example
White with #E579CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E579CF; }
p { color: rgb(229,121,207); }
H1.HeaderClassName
{
color: #E579CF;
}
.AnyTagClassName
{
color: #E579CF;
}
</style>
background-color css
<style>
a { background-color: #E579CF; }
a { background-color: rgb(229,121,207); }
div.DivClassName
{
background-color: #E579CF;
}
.BgClassName
{
background-color: #E579CF;
}
</style>
border-color css
<style>
span { border-color: #E579CF; }
span { border-color: rgb(229,121,207); }
td.TdClassName
{
border-color: #E579CF;
}
.TagClassName
{
border-color: #E579CF;
}
</style>