Shades of Orchid #E175D8
Tints of Orchid #E175D8
RGB
CMYK
RGB Variations
Color information
#E175D8 (or 0xE175D8) is known color: Orchid. HEX triplet: E1, 75 and D8. RGB value is (225,117,216). Sum of RGB (Red+Green+Blue) = 225+117+216=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E175D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175D8 is #1E8A27. Grayscale: #A0A0A0. Windows color (decimal): -2001448 or 14185953. OLE color: 14185953.
HSL color Cylindrical-coordinate representation of color #E175D8: hue angle of 305º 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 #E175D8 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 216 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.12 |
| HSL | 305º | 0.64% | 0.67% | - |
| HSV(B) | 305º | 0.48% | 0.88% | - |
| XYZ | 49.81 | 33.69 | 68.84 | - |
| YUV | 160.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 216 | 0 | 0.48 | 0.04 | 0.12 | 305 | 0.64 | 0.67 |
| Hex | E1 | 75 | D8 | 0 | 30 | 4 | C | 131 | 40 | 43 |
| Octal | 341 | 165 | 330 | 0 | 60 | 4 | 14 | 461 | 100 | 103 |
| Binary | 11100001 | 1110101 | 11011000 | 0 | 110000 | 100 | 1100 | 100110001 | 1000000 | 1000011 |
Color Harmonies of #E175D8
Complementary color
Monochromatic Colors of #E175D8
Black with #E175D8
Text Example
Text Example
White with #E175D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175D8; }
p { color: rgb(225,117,216); }
H1.HeaderClassName
{
color: #E175D8;
}
.AnyTagClassName
{
color: #E175D8;
}
</style>
background-color css
<style>
a { background-color: #E175D8; }
a { background-color: rgb(225,117,216); }
div.DivClassName
{
background-color: #E175D8;
}
.BgClassName
{
background-color: #E175D8;
}
</style>
border-color css
<style>
span { border-color: #E175D8; }
span { border-color: rgb(225,117,216); }
td.TdClassName
{
border-color: #E175D8;
}
.TagClassName
{
border-color: #E175D8;
}
</style>