Shades of Orchid #E573D3
Tints of Orchid #E573D3
RGB
CMYK
RGB Variations
Color information
#E573D3 (or 0xE573D3) is known color: Orchid. HEX triplet: E5, 73 and D3. RGB value is (229,115,211). Sum of RGB (Red+Green+Blue) = 229+115+211=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E573D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573D3 is #1A8C2C. Grayscale: #9F9F9F. Windows color (decimal): -1739821 or 13857765. OLE color: 13857765.
HSL color Cylindrical-coordinate representation of color #E573D3: hue angle of 309.47º 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 #E573D3 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 211 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.10 |
| HSL | 309.47º | 0.69% | 0.67% | - |
| HSV(B) | 309.47º | 0.5% | 0.9% | - |
| XYZ | 50.2 | 33.62 | 65.47 | - |
| YUV | 160.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 211 | 0 | 0.50 | 0.08 | 0.10 | 309.47 | 0.69 | 0.67 |
| Hex | E5 | 73 | D3 | 0 | 32 | 8 | A | 135 | 45 | 43 |
| Octal | 345 | 163 | 323 | 0 | 62 | 10 | 12 | 465 | 105 | 103 |
| Binary | 11100101 | 1110011 | 11010011 | 0 | 110010 | 1000 | 1010 | 100110101 | 1000101 | 1000011 |
Color Harmonies of #E573D3
Complementary color
Monochromatic Colors of #E573D3
Black with #E573D3
Text Example
Text Example
White with #E573D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E573D3; }
p { color: rgb(229,115,211); }
H1.HeaderClassName
{
color: #E573D3;
}
.AnyTagClassName
{
color: #E573D3;
}
</style>
background-color css
<style>
a { background-color: #E573D3; }
a { background-color: rgb(229,115,211); }
div.DivClassName
{
background-color: #E573D3;
}
.BgClassName
{
background-color: #E573D3;
}
</style>
border-color css
<style>
span { border-color: #E573D3; }
span { border-color: rgb(229,115,211); }
td.TdClassName
{
border-color: #E573D3;
}
.TagClassName
{
border-color: #E573D3;
}
</style>