Shades of Orchid #E175DD
Tints of Orchid #E175DD
RGB
CMYK
RGB Variations
Color information
#E175DD (or 0xE175DD) is known color: Orchid. HEX triplet: E1, 75 and DD. RGB value is (225,117,221). Sum of RGB (Red+Green+Blue) = 225+117+221=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E175DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175DD is #1E8A22. Grayscale: #A0A0A0. Windows color (decimal): -2001443 or 14513633. OLE color: 14513633.
HSL color Cylindrical-coordinate representation of color #E175DD: hue angle of 302.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E175DD is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 221 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.12 |
| HSL | 302.22º | 0.64% | 0.67% | - |
| HSV(B) | 302.22º | 0.48% | 0.88% | - |
| XYZ | 50.46 | 33.95 | 72.3 | - |
| YUV | 161.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 221 | 0 | 0.48 | 0.02 | 0.12 | 302.22 | 0.64 | 0.67 |
| Hex | E1 | 75 | DD | 0 | 30 | 2 | C | 12E | 40 | 43 |
| Octal | 341 | 165 | 335 | 0 | 60 | 2 | 14 | 456 | 100 | 103 |
| Binary | 11100001 | 1110101 | 11011101 | 0 | 110000 | 10 | 1100 | 100101110 | 1000000 | 1000011 |
Color Harmonies of #E175DD
Complementary color
Monochromatic Colors of #E175DD
Black with #E175DD
Text Example
Text Example
White with #E175DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175DD; }
p { color: rgb(225,117,221); }
H1.HeaderClassName
{
color: #E175DD;
}
.AnyTagClassName
{
color: #E175DD;
}
</style>
background-color css
<style>
a { background-color: #E175DD; }
a { background-color: rgb(225,117,221); }
div.DivClassName
{
background-color: #E175DD;
}
.BgClassName
{
background-color: #E175DD;
}
</style>
border-color css
<style>
span { border-color: #E175DD; }
span { border-color: rgb(225,117,221); }
td.TdClassName
{
border-color: #E175DD;
}
.TagClassName
{
border-color: #E175DD;
}
</style>