Shades of Orchid #E579DD
Tints of Orchid #E579DD
RGB
CMYK
RGB Variations
Color information
#E579DD (or 0xE579DD) is known color: Orchid. HEX triplet: E5, 79 and DD. RGB value is (229,121,221). Sum of RGB (Red+Green+Blue) = 229+121+221=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E579DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579DD is #1A8622. Grayscale: #A4A4A4. Windows color (decimal): -1738275 or 14514661. OLE color: 14514661.
HSL color Cylindrical-coordinate representation of color #E579DD: hue angle of 304.44º 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 #E579DD is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 121 | 221 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.10 |
| HSL | 304.44º | 0.68% | 0.69% | - |
| HSV(B) | 304.44º | 0.47% | 0.9% | - |
| XYZ | 52.2 | 35.55 | 72.52 | - |
| YUV | 164.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 121 | 221 | 0 | 0.47 | 0.03 | 0.10 | 304.44 | 0.68 | 0.69 |
| Hex | E5 | 79 | DD | 0 | 2F | 3 | A | 130 | 44 | 45 |
| Octal | 345 | 171 | 335 | 0 | 57 | 3 | 12 | 460 | 104 | 105 |
| Binary | 11100101 | 1111001 | 11011101 | 0 | 101111 | 11 | 1010 | 100110000 | 1000100 | 1000101 |
Color Harmonies of #E579DD
Complementary color
Monochromatic Colors of #E579DD
Black with #E579DD
Text Example
Text Example
White with #E579DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E579DD; }
p { color: rgb(229,121,221); }
H1.HeaderClassName
{
color: #E579DD;
}
.AnyTagClassName
{
color: #E579DD;
}
</style>
background-color css
<style>
a { background-color: #E579DD; }
a { background-color: rgb(229,121,221); }
div.DivClassName
{
background-color: #E579DD;
}
.BgClassName
{
background-color: #E579DD;
}
</style>
border-color css
<style>
span { border-color: #E579DD; }
span { border-color: rgb(229,121,221); }
td.TdClassName
{
border-color: #E579DD;
}
.TagClassName
{
border-color: #E579DD;
}
</style>