Shades of Orchid #E573DE
Tints of Orchid #E573DE
RGB
CMYK
RGB Variations
Color information
#E573DE (or 0xE573DE) is known color: Orchid. HEX triplet: E5, 73 and DE. RGB value is (229,115,222). Sum of RGB (Red+Green+Blue) = 229+115+222=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E573DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573DE is #1A8C21. Grayscale: #A0A0A0. Windows color (decimal): -1739810 or 14578661. OLE color: 14578661.
HSL color Cylindrical-coordinate representation of color #E573DE: hue angle of 303.68º 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 #E573DE is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 222 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.10 |
| HSL | 303.68º | 0.69% | 0.67% | - |
| HSV(B) | 303.68º | 0.5% | 0.9% | - |
| XYZ | 51.63 | 34.19 | 72.99 | - |
| YUV | 161.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 222 | 0 | 0.50 | 0.03 | 0.10 | 303.68 | 0.69 | 0.67 |
| Hex | E5 | 73 | DE | 0 | 32 | 3 | A | 130 | 45 | 43 |
| Octal | 345 | 163 | 336 | 0 | 62 | 3 | 12 | 460 | 105 | 103 |
| Binary | 11100101 | 1110011 | 11011110 | 0 | 110010 | 11 | 1010 | 100110000 | 1000101 | 1000011 |
Color Harmonies of #E573DE
Complementary color
Monochromatic Colors of #E573DE
Black with #E573DE
Text Example
Text Example
White with #E573DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E573DE; }
p { color: rgb(229,115,222); }
H1.HeaderClassName
{
color: #E573DE;
}
.AnyTagClassName
{
color: #E573DE;
}
</style>
background-color css
<style>
a { background-color: #E573DE; }
a { background-color: rgb(229,115,222); }
div.DivClassName
{
background-color: #E573DE;
}
.BgClassName
{
background-color: #E573DE;
}
</style>
border-color css
<style>
span { border-color: #E573DE; }
span { border-color: rgb(229,115,222); }
td.TdClassName
{
border-color: #E573DE;
}
.TagClassName
{
border-color: #E573DE;
}
</style>