Shades of Orchid #E570DF
Tints of Orchid #E570DF
RGB
CMYK
RGB Variations
Color information
#E570DF (or 0xE570DF) is known color: Orchid. HEX triplet: E5, 70 and DF. RGB value is (229,112,223). Sum of RGB (Red+Green+Blue) = 229+112+223=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E570DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570DF is #1A8F20. Grayscale: #9F9F9F. Windows color (decimal): -1740577 or 14643429. OLE color: 14643429.
HSL color Cylindrical-coordinate representation of color #E570DF: hue angle of 303.08º 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 #E570DF is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 223 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.10 |
| HSL | 303.08º | 0.69% | 0.67% | - |
| HSV(B) | 303.08º | 0.51% | 0.9% | - |
| XYZ | 51.43 | 33.57 | 73.58 | - |
| YUV | 159.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 223 | 0 | 0.51 | 0.03 | 0.10 | 303.08 | 0.69 | 0.67 |
| Hex | E5 | 70 | DF | 0 | 33 | 3 | A | 12F | 45 | 43 |
| Octal | 345 | 160 | 337 | 0 | 63 | 3 | 12 | 457 | 105 | 103 |
| Binary | 11100101 | 1110000 | 11011111 | 0 | 110011 | 11 | 1010 | 100101111 | 1000101 | 1000011 |
Color Harmonies of #E570DF
Complementary color
Monochromatic Colors of #E570DF
Black with #E570DF
Text Example
Text Example
White with #E570DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570DF; }
p { color: rgb(229,112,223); }
H1.HeaderClassName
{
color: #E570DF;
}
.AnyTagClassName
{
color: #E570DF;
}
</style>
background-color css
<style>
a { background-color: #E570DF; }
a { background-color: rgb(229,112,223); }
div.DivClassName
{
background-color: #E570DF;
}
.BgClassName
{
background-color: #E570DF;
}
</style>
border-color css
<style>
span { border-color: #E570DF; }
span { border-color: rgb(229,112,223); }
td.TdClassName
{
border-color: #E570DF;
}
.TagClassName
{
border-color: #E570DF;
}
</style>