Shades of Orchid #E570CE
Tints of Orchid #E570CE
RGB
CMYK
RGB Variations
Color information
#E570CE (or 0xE570CE) is known color: Orchid. HEX triplet: E5, 70 and CE. RGB value is (229,112,206). Sum of RGB (Red+Green+Blue) = 229+112+206=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E570CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570CE is #1A8F31. Grayscale: #9D9D9D. Windows color (decimal): -1740594 or 13529317. OLE color: 13529317.
HSL color Cylindrical-coordinate representation of color #E570CE: hue angle of 311.79º 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 #E570CE is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 206 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.10 |
| HSL | 311.79º | 0.69% | 0.67% | - |
| HSV(B) | 311.79º | 0.51% | 0.9% | - |
| XYZ | 49.25 | 32.7 | 62.11 | - |
| YUV | 157.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 206 | 0 | 0.51 | 0.10 | 0.10 | 311.79 | 0.69 | 0.67 |
| Hex | E5 | 70 | CE | 0 | 33 | A | A | 138 | 45 | 43 |
| Octal | 345 | 160 | 316 | 0 | 63 | 12 | 12 | 470 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11001110 | 0 | 110011 | 1010 | 1010 | 100111000 | 1000101 | 1000011 |
Color Harmonies of #E570CE
Complementary color
Monochromatic Colors of #E570CE
Black with #E570CE
Text Example
Text Example
White with #E570CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570CE; }
p { color: rgb(229,112,206); }
H1.HeaderClassName
{
color: #E570CE;
}
.AnyTagClassName
{
color: #E570CE;
}
</style>
background-color css
<style>
a { background-color: #E570CE; }
a { background-color: rgb(229,112,206); }
div.DivClassName
{
background-color: #E570CE;
}
.BgClassName
{
background-color: #E570CE;
}
</style>
border-color css
<style>
span { border-color: #E570CE; }
span { border-color: rgb(229,112,206); }
td.TdClassName
{
border-color: #E570CE;
}
.TagClassName
{
border-color: #E570CE;
}
</style>