Shades of Orchid #E579DC
Tints of Orchid #E579DC
RGB
CMYK
RGB Variations
Color information
#E579DC (or 0xE579DC) is known color: Orchid. HEX triplet: E5, 79 and DC. RGB value is (229,121,220). Sum of RGB (Red+Green+Blue) = 229+121+220=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E579DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579DC is #1A8623. Grayscale: #A4A4A4. Windows color (decimal): -1738276 or 14449125. OLE color: 14449125.
HSL color Cylindrical-coordinate representation of color #E579DC: hue angle of 305º 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 #E579DC is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 121 | 220 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.10 |
| HSL | 305º | 0.68% | 0.69% | - |
| HSV(B) | 305º | 0.47% | 0.9% | - |
| XYZ | 52.07 | 35.5 | 71.82 | - |
| YUV | 164.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 121 | 220 | 0 | 0.47 | 0.04 | 0.10 | 305 | 0.68 | 0.69 |
| Hex | E5 | 79 | DC | 0 | 2F | 4 | A | 131 | 44 | 45 |
| Octal | 345 | 171 | 334 | 0 | 57 | 4 | 12 | 461 | 104 | 105 |
| Binary | 11100101 | 1111001 | 11011100 | 0 | 101111 | 100 | 1010 | 100110001 | 1000100 | 1000101 |
Color Harmonies of #E579DC
Complementary color
Monochromatic Colors of #E579DC
Black with #E579DC
Text Example
Text Example
White with #E579DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E579DC; }
p { color: rgb(229,121,220); }
H1.HeaderClassName
{
color: #E579DC;
}
.AnyTagClassName
{
color: #E579DC;
}
</style>
background-color css
<style>
a { background-color: #E579DC; }
a { background-color: rgb(229,121,220); }
div.DivClassName
{
background-color: #E579DC;
}
.BgClassName
{
background-color: #E579DC;
}
</style>
border-color css
<style>
span { border-color: #E579DC; }
span { border-color: rgb(229,121,220); }
td.TdClassName
{
border-color: #E579DC;
}
.TagClassName
{
border-color: #E579DC;
}
</style>