Shades of Orchid #E175CA
Tints of Orchid #E175CA
RGB
CMYK
RGB Variations
Color information
#E175CA (or 0xE175CA) is known color: Orchid. HEX triplet: E1, 75 and CA. RGB value is (225,117,202). Sum of RGB (Red+Green+Blue) = 225+117+202=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E175CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175CA is #1E8A35. Grayscale: #9E9E9E. Windows color (decimal): -2001462 or 13268449. OLE color: 13268449.
HSL color Cylindrical-coordinate representation of color #E175CA: hue angle of 312.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 #E175CA is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 202 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.12 |
| HSL | 312.78º | 0.64% | 0.67% | - |
| HSV(B) | 312.78º | 0.48% | 0.88% | - |
| XYZ | 48.07 | 32.99 | 59.71 | - |
| YUV | 158.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 202 | 0 | 0.48 | 0.10 | 0.12 | 312.78 | 0.64 | 0.67 |
| Hex | E1 | 75 | CA | 0 | 30 | A | C | 139 | 40 | 43 |
| Octal | 341 | 165 | 312 | 0 | 60 | 12 | 14 | 471 | 100 | 103 |
| Binary | 11100001 | 1110101 | 11001010 | 0 | 110000 | 1010 | 1100 | 100111001 | 1000000 | 1000011 |
Color Harmonies of #E175CA
Complementary color
Monochromatic Colors of #E175CA
Black with #E175CA
Text Example
Text Example
White with #E175CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175CA; }
p { color: rgb(225,117,202); }
H1.HeaderClassName
{
color: #E175CA;
}
.AnyTagClassName
{
color: #E175CA;
}
</style>
background-color css
<style>
a { background-color: #E175CA; }
a { background-color: rgb(225,117,202); }
div.DivClassName
{
background-color: #E175CA;
}
.BgClassName
{
background-color: #E175CA;
}
</style>
border-color css
<style>
span { border-color: #E175CA; }
span { border-color: rgb(225,117,202); }
td.TdClassName
{
border-color: #E175CA;
}
.TagClassName
{
border-color: #E175CA;
}
</style>