Shades of Orchid #E570DD
Tints of Orchid #E570DD
RGB
CMYK
RGB Variations
Color information
#E570DD (or 0xE570DD) is known color: Orchid. HEX triplet: E5, 70 and DD. RGB value is (229,112,221). Sum of RGB (Red+Green+Blue) = 229+112+221=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E570DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570DD is #1A8F22. Grayscale: #9F9F9F. Windows color (decimal): -1740579 or 14512357. OLE color: 14512357.
HSL color Cylindrical-coordinate representation of color #E570DD: hue angle of 304.1º 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 #E570DD is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 221 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.10 |
| HSL | 304.1º | 0.69% | 0.67% | - |
| HSV(B) | 304.1º | 0.51% | 0.9% | - |
| XYZ | 51.16 | 33.47 | 72.17 | - |
| YUV | 159.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 221 | 0 | 0.51 | 0.03 | 0.10 | 304.1 | 0.69 | 0.67 |
| Hex | E5 | 70 | DD | 0 | 33 | 3 | A | 130 | 45 | 43 |
| Octal | 345 | 160 | 335 | 0 | 63 | 3 | 12 | 460 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11011101 | 0 | 110011 | 11 | 1010 | 100110000 | 1000101 | 1000011 |
Color Harmonies of #E570DD
Complementary color
Monochromatic Colors of #E570DD
Black with #E570DD
Text Example
Text Example
White with #E570DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570DD; }
p { color: rgb(229,112,221); }
H1.HeaderClassName
{
color: #E570DD;
}
.AnyTagClassName
{
color: #E570DD;
}
</style>
background-color css
<style>
a { background-color: #E570DD; }
a { background-color: rgb(229,112,221); }
div.DivClassName
{
background-color: #E570DD;
}
.BgClassName
{
background-color: #E570DD;
}
</style>
border-color css
<style>
span { border-color: #E570DD; }
span { border-color: rgb(229,112,221); }
td.TdClassName
{
border-color: #E570DD;
}
.TagClassName
{
border-color: #E570DD;
}
</style>