Shades of Orchid #E570CF
Tints of Orchid #E570CF
RGB
CMYK
RGB Variations
Color information
#E570CF (or 0xE570CF) is known color: Orchid. HEX triplet: E5, 70 and CF. RGB value is (229,112,207). Sum of RGB (Red+Green+Blue) = 229+112+207=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E570CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570CF is #1A8F30. Grayscale: #9D9D9D. Windows color (decimal): -1740593 or 13594853. OLE color: 13594853.
HSL color Cylindrical-coordinate representation of color #E570CF: hue angle of 311.28º 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 #E570CF is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 207 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.10 |
| HSL | 311.28º | 0.69% | 0.67% | - |
| HSV(B) | 311.28º | 0.51% | 0.9% | - |
| XYZ | 49.37 | 32.75 | 62.75 | - |
| YUV | 157.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 207 | 0 | 0.51 | 0.10 | 0.10 | 311.28 | 0.69 | 0.67 |
| Hex | E5 | 70 | CF | 0 | 33 | A | A | 137 | 45 | 43 |
| Octal | 345 | 160 | 317 | 0 | 63 | 12 | 12 | 467 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11001111 | 0 | 110011 | 1010 | 1010 | 100110111 | 1000101 | 1000011 |
Color Harmonies of #E570CF
Complementary color
Monochromatic Colors of #E570CF
Black with #E570CF
Text Example
Text Example
White with #E570CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570CF; }
p { color: rgb(229,112,207); }
H1.HeaderClassName
{
color: #E570CF;
}
.AnyTagClassName
{
color: #E570CF;
}
</style>
background-color css
<style>
a { background-color: #E570CF; }
a { background-color: rgb(229,112,207); }
div.DivClassName
{
background-color: #E570CF;
}
.BgClassName
{
background-color: #E570CF;
}
</style>
border-color css
<style>
span { border-color: #E570CF; }
span { border-color: rgb(229,112,207); }
td.TdClassName
{
border-color: #E570CF;
}
.TagClassName
{
border-color: #E570CF;
}
</style>