Shades of Orchid #E575D7
Tints of Orchid #E575D7
RGB
CMYK
RGB Variations
Color information
#E575D7 (or 0xE575D7) is known color: Orchid. HEX triplet: E5, 75 and D7. RGB value is (229,117,215). Sum of RGB (Red+Green+Blue) = 229+117+215=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E575D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575D7 is #1A8A28. Grayscale: #A1A1A1. Windows color (decimal): -1739305 or 14120421. OLE color: 14120421.
HSL color Cylindrical-coordinate representation of color #E575D7: hue angle of 307.5º 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 #E575D7 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 215 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.10 |
| HSL | 307.5º | 0.68% | 0.68% | - |
| HSV(B) | 307.5º | 0.49% | 0.9% | - |
| XYZ | 50.94 | 34.29 | 68.22 | - |
| YUV | 161.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 215 | 0 | 0.49 | 0.06 | 0.10 | 307.5 | 0.68 | 0.68 |
| Hex | E5 | 75 | D7 | 0 | 31 | 6 | A | 134 | 44 | 44 |
| Octal | 345 | 165 | 327 | 0 | 61 | 6 | 12 | 464 | 104 | 104 |
| Binary | 11100101 | 1110101 | 11010111 | 0 | 110001 | 110 | 1010 | 100110100 | 1000100 | 1000100 |
Color Harmonies of #E575D7
Complementary color
Monochromatic Colors of #E575D7
Black with #E575D7
Text Example
Text Example
White with #E575D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575D7; }
p { color: rgb(229,117,215); }
H1.HeaderClassName
{
color: #E575D7;
}
.AnyTagClassName
{
color: #E575D7;
}
</style>
background-color css
<style>
a { background-color: #E575D7; }
a { background-color: rgb(229,117,215); }
div.DivClassName
{
background-color: #E575D7;
}
.BgClassName
{
background-color: #E575D7;
}
</style>
border-color css
<style>
span { border-color: #E575D7; }
span { border-color: rgb(229,117,215); }
td.TdClassName
{
border-color: #E575D7;
}
.TagClassName
{
border-color: #E575D7;
}
</style>