Shades of Orchid #E570D3
Tints of Orchid #E570D3
RGB
CMYK
RGB Variations
Color information
#E570D3 (or 0xE570D3) is known color: Orchid. HEX triplet: E5, 70 and D3. RGB value is (229,112,211). Sum of RGB (Red+Green+Blue) = 229+112+211=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E570D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570D3 is #1A8F2C. Grayscale: #9D9D9D. Windows color (decimal): -1740589 or 13856997. OLE color: 13856997.
HSL color Cylindrical-coordinate representation of color #E570D3: hue angle of 309.23º 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 #E570D3 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 211 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.10 |
| HSL | 309.23º | 0.69% | 0.67% | - |
| HSV(B) | 309.23º | 0.51% | 0.9% | - |
| XYZ | 49.87 | 32.95 | 65.36 | - |
| YUV | 158.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 211 | 0 | 0.51 | 0.08 | 0.10 | 309.23 | 0.69 | 0.67 |
| Hex | E5 | 70 | D3 | 0 | 33 | 8 | A | 135 | 45 | 43 |
| Octal | 345 | 160 | 323 | 0 | 63 | 10 | 12 | 465 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11010011 | 0 | 110011 | 1000 | 1010 | 100110101 | 1000101 | 1000011 |
Color Harmonies of #E570D3
Complementary color
Monochromatic Colors of #E570D3
Black with #E570D3
Text Example
Text Example
White with #E570D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570D3; }
p { color: rgb(229,112,211); }
H1.HeaderClassName
{
color: #E570D3;
}
.AnyTagClassName
{
color: #E570D3;
}
</style>
background-color css
<style>
a { background-color: #E570D3; }
a { background-color: rgb(229,112,211); }
div.DivClassName
{
background-color: #E570D3;
}
.BgClassName
{
background-color: #E570D3;
}
</style>
border-color css
<style>
span { border-color: #E570D3; }
span { border-color: rgb(229,112,211); }
td.TdClassName
{
border-color: #E570D3;
}
.TagClassName
{
border-color: #E570D3;
}
</style>