Shades of Orchid #E576D3
Tints of Orchid #E576D3
RGB
CMYK
RGB Variations
Color information
#E576D3 (or 0xE576D3) is known color: Orchid. HEX triplet: E5, 76 and D3. RGB value is (229,118,211). Sum of RGB (Red+Green+Blue) = 229+118+211=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E576D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576D3 is #1A892C. Grayscale: #A1A1A1. Windows color (decimal): -1739053 or 13858533. OLE color: 13858533.
HSL color Cylindrical-coordinate representation of color #E576D3: hue angle of 309.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E576D3 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 211 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.10 |
| HSL | 309.73º | 0.68% | 0.68% | - |
| HSV(B) | 309.73º | 0.48% | 0.9% | - |
| XYZ | 50.55 | 34.32 | 65.59 | - |
| YUV | 161.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 211 | 0 | 0.48 | 0.08 | 0.10 | 309.73 | 0.68 | 0.68 |
| Hex | E5 | 76 | D3 | 0 | 30 | 8 | A | 136 | 44 | 44 |
| Octal | 345 | 166 | 323 | 0 | 60 | 10 | 12 | 466 | 104 | 104 |
| Binary | 11100101 | 1110110 | 11010011 | 0 | 110000 | 1000 | 1010 | 100110110 | 1000100 | 1000100 |
Color Harmonies of #E576D3
Complementary color
Monochromatic Colors of #E576D3
Black with #E576D3
Text Example
Text Example
White with #E576D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E576D3; }
p { color: rgb(229,118,211); }
H1.HeaderClassName
{
color: #E576D3;
}
.AnyTagClassName
{
color: #E576D3;
}
</style>
background-color css
<style>
a { background-color: #E576D3; }
a { background-color: rgb(229,118,211); }
div.DivClassName
{
background-color: #E576D3;
}
.BgClassName
{
background-color: #E576D3;
}
</style>
border-color css
<style>
span { border-color: #E576D3; }
span { border-color: rgb(229,118,211); }
td.TdClassName
{
border-color: #E576D3;
}
.TagClassName
{
border-color: #E576D3;
}
</style>