Shades of Orchid #E570DC
Tints of Orchid #E570DC
RGB
CMYK
RGB Variations
Color information
#E570DC (or 0xE570DC) is known color: Orchid. HEX triplet: E5, 70 and DC. RGB value is (229,112,220). Sum of RGB (Red+Green+Blue) = 229+112+220=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E570DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570DC is #1A8F23. Grayscale: #9E9E9E. Windows color (decimal): -1740580 or 14446821. OLE color: 14446821.
HSL color Cylindrical-coordinate representation of color #E570DC: hue angle of 304.62º 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 #E570DC is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 220 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.10 |
| HSL | 304.62º | 0.69% | 0.67% | - |
| HSV(B) | 304.62º | 0.51% | 0.9% | - |
| XYZ | 51.03 | 33.41 | 71.47 | - |
| YUV | 159.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 220 | 0 | 0.51 | 0.04 | 0.10 | 304.62 | 0.69 | 0.67 |
| Hex | E5 | 70 | DC | 0 | 33 | 4 | A | 131 | 45 | 43 |
| Octal | 345 | 160 | 334 | 0 | 63 | 4 | 12 | 461 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11011100 | 0 | 110011 | 100 | 1010 | 100110001 | 1000101 | 1000011 |
Color Harmonies of #E570DC
Complementary color
Monochromatic Colors of #E570DC
Black with #E570DC
Text Example
Text Example
White with #E570DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570DC; }
p { color: rgb(229,112,220); }
H1.HeaderClassName
{
color: #E570DC;
}
.AnyTagClassName
{
color: #E570DC;
}
</style>
background-color css
<style>
a { background-color: #E570DC; }
a { background-color: rgb(229,112,220); }
div.DivClassName
{
background-color: #E570DC;
}
.BgClassName
{
background-color: #E570DC;
}
</style>
border-color css
<style>
span { border-color: #E570DC; }
span { border-color: rgb(229,112,220); }
td.TdClassName
{
border-color: #E570DC;
}
.TagClassName
{
border-color: #E570DC;
}
</style>