Shades of Orchid #E571DC
Tints of Orchid #E571DC
RGB
CMYK
RGB Variations
Color information
#E571DC (or 0xE571DC) is known color: Orchid. HEX triplet: E5, 71 and DC. RGB value is (229,113,220). Sum of RGB (Red+Green+Blue) = 229+113+220=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E571DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571DC is #1A8E23. Grayscale: #9F9F9F. Windows color (decimal): -1740324 or 14447077. OLE color: 14447077.
HSL color Cylindrical-coordinate representation of color #E571DC: hue angle of 304.66º 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 #E571DC is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 220 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.10 |
| HSL | 304.66º | 0.69% | 0.67% | - |
| HSV(B) | 304.66º | 0.51% | 0.9% | - |
| XYZ | 51.14 | 33.64 | 71.51 | - |
| YUV | 159.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 220 | 0 | 0.51 | 0.04 | 0.10 | 304.66 | 0.69 | 0.67 |
| Hex | E5 | 71 | DC | 0 | 33 | 4 | A | 131 | 45 | 43 |
| Octal | 345 | 161 | 334 | 0 | 63 | 4 | 12 | 461 | 105 | 103 |
| Binary | 11100101 | 1110001 | 11011100 | 0 | 110011 | 100 | 1010 | 100110001 | 1000101 | 1000011 |
Color Harmonies of #E571DC
Complementary color
Monochromatic Colors of #E571DC
Black with #E571DC
Text Example
Text Example
White with #E571DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571DC; }
p { color: rgb(229,113,220); }
H1.HeaderClassName
{
color: #E571DC;
}
.AnyTagClassName
{
color: #E571DC;
}
</style>
background-color css
<style>
a { background-color: #E571DC; }
a { background-color: rgb(229,113,220); }
div.DivClassName
{
background-color: #E571DC;
}
.BgClassName
{
background-color: #E571DC;
}
</style>
border-color css
<style>
span { border-color: #E571DC; }
span { border-color: rgb(229,113,220); }
td.TdClassName
{
border-color: #E571DC;
}
.TagClassName
{
border-color: #E571DC;
}
</style>