Shades of Orchid #E575DD
Tints of Orchid #E575DD
RGB
CMYK
RGB Variations
Color information
#E575DD (or 0xE575DD) is known color: Orchid. HEX triplet: E5, 75 and DD. RGB value is (229,117,221). Sum of RGB (Red+Green+Blue) = 229+117+221=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 229 - color contains mainly: red. Hex color #E575DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575DD is #1A8A22. Grayscale: #A2A2A2. Windows color (decimal): -1739299 or 14513637. OLE color: 14513637.
HSL color Cylindrical-coordinate representation of color #E575DD: hue angle of 304.29º 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 #E575DD is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 221 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.10 |
| HSL | 304.29º | 0.68% | 0.68% | - |
| HSV(B) | 304.29º | 0.49% | 0.9% | - |
| XYZ | 51.73 | 34.6 | 72.36 | - |
| YUV | 162.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 221 | 0 | 0.49 | 0.03 | 0.10 | 304.29 | 0.68 | 0.68 |
| Hex | E5 | 75 | DD | 0 | 31 | 3 | A | 130 | 44 | 44 |
| Octal | 345 | 165 | 335 | 0 | 61 | 3 | 12 | 460 | 104 | 104 |
| Binary | 11100101 | 1110101 | 11011101 | 0 | 110001 | 11 | 1010 | 100110000 | 1000100 | 1000100 |
Color Harmonies of #E575DD
Complementary color
Monochromatic Colors of #E575DD
Black with #E575DD
Text Example
Text Example
White with #E575DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575DD; }
p { color: rgb(229,117,221); }
H1.HeaderClassName
{
color: #E575DD;
}
.AnyTagClassName
{
color: #E575DD;
}
</style>
background-color css
<style>
a { background-color: #E575DD; }
a { background-color: rgb(229,117,221); }
div.DivClassName
{
background-color: #E575DD;
}
.BgClassName
{
background-color: #E575DD;
}
</style>
border-color css
<style>
span { border-color: #E575DD; }
span { border-color: rgb(229,117,221); }
td.TdClassName
{
border-color: #E575DD;
}
.TagClassName
{
border-color: #E575DD;
}
</style>