Shades of Orchid #E573DC
Tints of Orchid #E573DC
RGB
CMYK
RGB Variations
Color information
#E573DC (or 0xE573DC) is known color: Orchid. HEX triplet: E5, 73 and DC. RGB value is (229,115,220). Sum of RGB (Red+Green+Blue) = 229+115+220=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E573DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573DC is #1A8C23. Grayscale: #A0A0A0. Windows color (decimal): -1739812 or 14447589. OLE color: 14447589.
HSL color Cylindrical-coordinate representation of color #E573DC: hue angle of 304.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E573DC is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 220 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.10 |
| HSL | 304.74º | 0.69% | 0.67% | - |
| HSV(B) | 304.74º | 0.5% | 0.9% | - |
| XYZ | 51.36 | 34.09 | 71.58 | - |
| YUV | 161.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 220 | 0 | 0.50 | 0.04 | 0.10 | 304.74 | 0.69 | 0.67 |
| Hex | E5 | 73 | DC | 0 | 32 | 4 | A | 131 | 45 | 43 |
| Octal | 345 | 163 | 334 | 0 | 62 | 4 | 12 | 461 | 105 | 103 |
| Binary | 11100101 | 1110011 | 11011100 | 0 | 110010 | 100 | 1010 | 100110001 | 1000101 | 1000011 |
Color Harmonies of #E573DC
Complementary color
Monochromatic Colors of #E573DC
Black with #E573DC
Text Example
Text Example
White with #E573DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E573DC; }
p { color: rgb(229,115,220); }
H1.HeaderClassName
{
color: #E573DC;
}
.AnyTagClassName
{
color: #E573DC;
}
</style>
background-color css
<style>
a { background-color: #E573DC; }
a { background-color: rgb(229,115,220); }
div.DivClassName
{
background-color: #E573DC;
}
.BgClassName
{
background-color: #E573DC;
}
</style>
border-color css
<style>
span { border-color: #E573DC; }
span { border-color: rgb(229,115,220); }
td.TdClassName
{
border-color: #E573DC;
}
.TagClassName
{
border-color: #E573DC;
}
</style>