Shades of Orchid #E570D9
Tints of Orchid #E570D9
RGB
CMYK
RGB Variations
Color information
#E570D9 (or 0xE570D9) is known color: Orchid. HEX triplet: E5, 70 and D9. RGB value is (229,112,217). Sum of RGB (Red+Green+Blue) = 229+112+217=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E570D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570D9 is #1A8F26. Grayscale: #9E9E9E. Windows color (decimal): -1740583 or 14250213. OLE color: 14250213.
HSL color Cylindrical-coordinate representation of color #E570D9: hue angle of 306.15º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E570D9 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 217 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.10 |
| HSL | 306.15º | 0.69% | 0.67% | - |
| HSV(B) | 306.15º | 0.51% | 0.9% | - |
| XYZ | 50.63 | 33.26 | 69.4 | - |
| YUV | 158.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 217 | 0 | 0.51 | 0.05 | 0.10 | 306.15 | 0.69 | 0.67 |
| Hex | E5 | 70 | D9 | 0 | 33 | 5 | A | 132 | 45 | 43 |
| Octal | 345 | 160 | 331 | 0 | 63 | 5 | 12 | 462 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11011001 | 0 | 110011 | 101 | 1010 | 100110010 | 1000101 | 1000011 |
Color Harmonies of #E570D9
Complementary color
Monochromatic Colors of #E570D9
Black with #E570D9
Text Example
Text Example
White with #E570D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570D9; }
p { color: rgb(229,112,217); }
H1.HeaderClassName
{
color: #E570D9;
}
.AnyTagClassName
{
color: #E570D9;
}
</style>
background-color css
<style>
a { background-color: #E570D9; }
a { background-color: rgb(229,112,217); }
div.DivClassName
{
background-color: #E570D9;
}
.BgClassName
{
background-color: #E570D9;
}
</style>
border-color css
<style>
span { border-color: #E570D9; }
span { border-color: rgb(229,112,217); }
td.TdClassName
{
border-color: #E570D9;
}
.TagClassName
{
border-color: #E570D9;
}
</style>