Shades of Orchid #E575D9
Tints of Orchid #E575D9
RGB
CMYK
RGB Variations
Color information
#E575D9 (or 0xE575D9) is known color: Orchid. HEX triplet: E5, 75 and D9. RGB value is (229,117,217). Sum of RGB (Red+Green+Blue) = 229+117+217=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E575D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575D9 is #1A8A26. Grayscale: #A1A1A1. Windows color (decimal): -1739303 or 14251493. OLE color: 14251493.
HSL color Cylindrical-coordinate representation of color #E575D9: hue angle of 306.43º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575D9 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 217 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.10 |
| HSL | 306.43º | 0.68% | 0.68% | - |
| HSV(B) | 306.43º | 0.49% | 0.9% | - |
| XYZ | 51.2 | 34.39 | 69.59 | - |
| YUV | 161.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 217 | 0 | 0.49 | 0.05 | 0.10 | 306.43 | 0.68 | 0.68 |
| Hex | E5 | 75 | D9 | 0 | 31 | 5 | A | 132 | 44 | 44 |
| Octal | 345 | 165 | 331 | 0 | 61 | 5 | 12 | 462 | 104 | 104 |
| Binary | 11100101 | 1110101 | 11011001 | 0 | 110001 | 101 | 1010 | 100110010 | 1000100 | 1000100 |
Color Harmonies of #E575D9
Complementary color
Monochromatic Colors of #E575D9
Black with #E575D9
Text Example
Text Example
White with #E575D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575D9; }
p { color: rgb(229,117,217); }
H1.HeaderClassName
{
color: #E575D9;
}
.AnyTagClassName
{
color: #E575D9;
}
</style>
background-color css
<style>
a { background-color: #E575D9; }
a { background-color: rgb(229,117,217); }
div.DivClassName
{
background-color: #E575D9;
}
.BgClassName
{
background-color: #E575D9;
}
</style>
border-color css
<style>
span { border-color: #E575D9; }
span { border-color: rgb(229,117,217); }
td.TdClassName
{
border-color: #E575D9;
}
.TagClassName
{
border-color: #E575D9;
}
</style>