Shades of Orchid #E570CD
Tints of Orchid #E570CD
RGB
CMYK
RGB Variations
Color information
#E570CD (or 0xE570CD) is known color: Orchid. HEX triplet: E5, 70 and CD. RGB value is (229,112,205). Sum of RGB (Red+Green+Blue) = 229+112+205=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E570CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570CD is #1A8F32. Grayscale: #9D9D9D. Windows color (decimal): -1740595 or 13463781. OLE color: 13463781.
HSL color Cylindrical-coordinate representation of color #E570CD: hue angle of 312.31º 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 #E570CD is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 205 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.10 |
| HSL | 312.31º | 0.69% | 0.67% | - |
| HSV(B) | 312.31º | 0.51% | 0.9% | - |
| XYZ | 49.13 | 32.65 | 61.47 | - |
| YUV | 157.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 205 | 0 | 0.51 | 0.10 | 0.10 | 312.31 | 0.69 | 0.67 |
| Hex | E5 | 70 | CD | 0 | 33 | A | A | 138 | 45 | 43 |
| Octal | 345 | 160 | 315 | 0 | 63 | 12 | 12 | 470 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11001101 | 0 | 110011 | 1010 | 1010 | 100111000 | 1000101 | 1000011 |
Color Harmonies of #E570CD
Complementary color
Monochromatic Colors of #E570CD
Black with #E570CD
Text Example
Text Example
White with #E570CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570CD; }
p { color: rgb(229,112,205); }
H1.HeaderClassName
{
color: #E570CD;
}
.AnyTagClassName
{
color: #E570CD;
}
</style>
background-color css
<style>
a { background-color: #E570CD; }
a { background-color: rgb(229,112,205); }
div.DivClassName
{
background-color: #E570CD;
}
.BgClassName
{
background-color: #E570CD;
}
</style>
border-color css
<style>
span { border-color: #E570CD; }
span { border-color: rgb(229,112,205); }
td.TdClassName
{
border-color: #E570CD;
}
.TagClassName
{
border-color: #E570CD;
}
</style>