Shades of Orchid #E175C3
Tints of Orchid #E175C3
RGB
CMYK
RGB Variations
Color information
#E175C3 (or 0xE175C3) is known color: Orchid. HEX triplet: E1, 75 and C3. RGB value is (225,117,195). Sum of RGB (Red+Green+Blue) = 225+117+195=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E175C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175C3 is #1E8A3C. Grayscale: #9D9D9D. Windows color (decimal): -2001469 or 12809697. OLE color: 12809697.
HSL color Cylindrical-coordinate representation of color #E175C3: hue angle of 316.67º 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 #E175C3 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 195 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.12 |
| HSL | 316.67º | 0.64% | 0.67% | - |
| HSV(B) | 316.67º | 0.48% | 0.88% | - |
| XYZ | 47.26 | 32.67 | 55.44 | - |
| YUV | 158.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 195 | 0 | 0.48 | 0.13 | 0.12 | 316.67 | 0.64 | 0.67 |
| Hex | E1 | 75 | C3 | 0 | 30 | D | C | 13D | 40 | 43 |
| Octal | 341 | 165 | 303 | 0 | 60 | 15 | 14 | 475 | 100 | 103 |
| Binary | 11100001 | 1110101 | 11000011 | 0 | 110000 | 1101 | 1100 | 100111101 | 1000000 | 1000011 |
Color Harmonies of #E175C3
Complementary color
Monochromatic Colors of #E175C3
Black with #E175C3
Text Example
Text Example
White with #E175C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175C3; }
p { color: rgb(225,117,195); }
H1.HeaderClassName
{
color: #E175C3;
}
.AnyTagClassName
{
color: #E175C3;
}
</style>
background-color css
<style>
a { background-color: #E175C3; }
a { background-color: rgb(225,117,195); }
div.DivClassName
{
background-color: #E175C3;
}
.BgClassName
{
background-color: #E175C3;
}
</style>
border-color css
<style>
span { border-color: #E175C3; }
span { border-color: rgb(225,117,195); }
td.TdClassName
{
border-color: #E175C3;
}
.TagClassName
{
border-color: #E175C3;
}
</style>