Shades of Orchid #E579D6
Tints of Orchid #E579D6
RGB
CMYK
RGB Variations
Color information
#E579D6 (or 0xE579D6) is known color: Orchid. HEX triplet: E5, 79 and D6. RGB value is (229,121,214). Sum of RGB (Red+Green+Blue) = 229+121+214=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E579D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579D6 is #1A8629. Grayscale: #A3A3A3. Windows color (decimal): -1738282 or 14055909. OLE color: 14055909.
HSL color Cylindrical-coordinate representation of color #E579D6: hue angle of 308.33º 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 #E579D6 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 121 | 214 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.10 |
| HSL | 308.33º | 0.68% | 0.69% | - |
| HSV(B) | 308.33º | 0.47% | 0.9% | - |
| XYZ | 51.29 | 35.19 | 67.71 | - |
| YUV | 163.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 121 | 214 | 0 | 0.47 | 0.07 | 0.10 | 308.33 | 0.68 | 0.69 |
| Hex | E5 | 79 | D6 | 0 | 2F | 7 | A | 134 | 44 | 45 |
| Octal | 345 | 171 | 326 | 0 | 57 | 7 | 12 | 464 | 104 | 105 |
| Binary | 11100101 | 1111001 | 11010110 | 0 | 101111 | 111 | 1010 | 100110100 | 1000100 | 1000101 |
Color Harmonies of #E579D6
Complementary color
Monochromatic Colors of #E579D6
Black with #E579D6
Text Example
Text Example
White with #E579D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E579D6; }
p { color: rgb(229,121,214); }
H1.HeaderClassName
{
color: #E579D6;
}
.AnyTagClassName
{
color: #E579D6;
}
</style>
background-color css
<style>
a { background-color: #E579D6; }
a { background-color: rgb(229,121,214); }
div.DivClassName
{
background-color: #E579D6;
}
.BgClassName
{
background-color: #E579D6;
}
</style>
border-color css
<style>
span { border-color: #E579D6; }
span { border-color: rgb(229,121,214); }
td.TdClassName
{
border-color: #E579D6;
}
.TagClassName
{
border-color: #E579D6;
}
</style>