Shades of Orchid #E175C8
Tints of Orchid #E175C8
RGB
CMYK
RGB Variations
Color information
#E175C8 (or 0xE175C8) is known color: Orchid. HEX triplet: E1, 75 and C8. RGB value is (225,117,200). Sum of RGB (Red+Green+Blue) = 225+117+200=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E175C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175C8 is #1E8A37. Grayscale: #9E9E9E. Windows color (decimal): -2001464 or 13137377. OLE color: 13137377.
HSL color Cylindrical-coordinate representation of color #E175C8: hue angle of 313.89º 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 #E175C8 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 200 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.12 |
| HSL | 313.89º | 0.64% | 0.67% | - |
| HSV(B) | 313.89º | 0.48% | 0.88% | - |
| XYZ | 47.84 | 32.9 | 58.47 | - |
| YUV | 158.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 200 | 0 | 0.48 | 0.11 | 0.12 | 313.89 | 0.64 | 0.67 |
| Hex | E1 | 75 | C8 | 0 | 30 | B | C | 13A | 40 | 43 |
| Octal | 341 | 165 | 310 | 0 | 60 | 13 | 14 | 472 | 100 | 103 |
| Binary | 11100001 | 1110101 | 11001000 | 0 | 110000 | 1011 | 1100 | 100111010 | 1000000 | 1000011 |
Color Harmonies of #E175C8
Complementary color
Monochromatic Colors of #E175C8
Black with #E175C8
Text Example
Text Example
White with #E175C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175C8; }
p { color: rgb(225,117,200); }
H1.HeaderClassName
{
color: #E175C8;
}
.AnyTagClassName
{
color: #E175C8;
}
</style>
background-color css
<style>
a { background-color: #E175C8; }
a { background-color: rgb(225,117,200); }
div.DivClassName
{
background-color: #E175C8;
}
.BgClassName
{
background-color: #E175C8;
}
</style>
border-color css
<style>
span { border-color: #E175C8; }
span { border-color: rgb(225,117,200); }
td.TdClassName
{
border-color: #E175C8;
}
.TagClassName
{
border-color: #E175C8;
}
</style>