Shades of Orchid #E575D5
Tints of Orchid #E575D5
RGB
CMYK
RGB Variations
Color information
#E575D5 (or 0xE575D5) is known color: Orchid. HEX triplet: E5, 75 and D5. RGB value is (229,117,213). Sum of RGB (Red+Green+Blue) = 229+117+213=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E575D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575D5 is #1A8A2A. Grayscale: #A1A1A1. Windows color (decimal): -1739307 or 13989349. OLE color: 13989349.
HSL color Cylindrical-coordinate representation of color #E575D5: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575D5 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 213 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.10 |
| HSL | 308.57º | 0.68% | 0.68% | - |
| HSV(B) | 308.57º | 0.49% | 0.9% | - |
| XYZ | 50.68 | 34.18 | 66.88 | - |
| YUV | 161.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 213 | 0 | 0.49 | 0.07 | 0.10 | 308.57 | 0.68 | 0.68 |
| Hex | E5 | 75 | D5 | 0 | 31 | 7 | A | 135 | 44 | 44 |
| Octal | 345 | 165 | 325 | 0 | 61 | 7 | 12 | 465 | 104 | 104 |
| Binary | 11100101 | 1110101 | 11010101 | 0 | 110001 | 111 | 1010 | 100110101 | 1000100 | 1000100 |
Color Harmonies of #E575D5
Complementary color
Monochromatic Colors of #E575D5
Black with #E575D5
Text Example
Text Example
White with #E575D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575D5; }
p { color: rgb(229,117,213); }
H1.HeaderClassName
{
color: #E575D5;
}
.AnyTagClassName
{
color: #E575D5;
}
</style>
background-color css
<style>
a { background-color: #E575D5; }
a { background-color: rgb(229,117,213); }
div.DivClassName
{
background-color: #E575D5;
}
.BgClassName
{
background-color: #E575D5;
}
</style>
border-color css
<style>
span { border-color: #E575D5; }
span { border-color: rgb(229,117,213); }
td.TdClassName
{
border-color: #E575D5;
}
.TagClassName
{
border-color: #E575D5;
}
</style>