Shades of Orchid #E175DC
Tints of Orchid #E175DC
RGB
CMYK
RGB Variations
Color information
#E175DC (or 0xE175DC) is known color: Orchid. HEX triplet: E1, 75 and DC. RGB value is (225,117,220). Sum of RGB (Red+Green+Blue) = 225+117+220=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E175DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175DC is #1E8A23. Grayscale: #A0A0A0. Windows color (decimal): -2001444 or 14448097. OLE color: 14448097.
HSL color Cylindrical-coordinate representation of color #E175DC: hue angle of 302.78º 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 #E175DC is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 220 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.12 |
| HSL | 302.78º | 0.64% | 0.67% | - |
| HSV(B) | 302.78º | 0.48% | 0.88% | - |
| XYZ | 50.33 | 33.9 | 71.6 | - |
| YUV | 161.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 220 | 0 | 0.48 | 0.02 | 0.12 | 302.78 | 0.64 | 0.67 |
| Hex | E1 | 75 | DC | 0 | 30 | 2 | C | 12F | 40 | 43 |
| Octal | 341 | 165 | 334 | 0 | 60 | 2 | 14 | 457 | 100 | 103 |
| Binary | 11100001 | 1110101 | 11011100 | 0 | 110000 | 10 | 1100 | 100101111 | 1000000 | 1000011 |
Color Harmonies of #E175DC
Complementary color
Monochromatic Colors of #E175DC
Black with #E175DC
Text Example
Text Example
White with #E175DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175DC; }
p { color: rgb(225,117,220); }
H1.HeaderClassName
{
color: #E175DC;
}
.AnyTagClassName
{
color: #E175DC;
}
</style>
background-color css
<style>
a { background-color: #E175DC; }
a { background-color: rgb(225,117,220); }
div.DivClassName
{
background-color: #E175DC;
}
.BgClassName
{
background-color: #E175DC;
}
</style>
border-color css
<style>
span { border-color: #E175DC; }
span { border-color: rgb(225,117,220); }
td.TdClassName
{
border-color: #E175DC;
}
.TagClassName
{
border-color: #E175DC;
}
</style>