Shades of Orchid #E175C4
Tints of Orchid #E175C4
RGB
CMYK
RGB Variations
Color information
#E175C4 (or 0xE175C4) is known color: Orchid. HEX triplet: E1, 75 and C4. RGB value is (225,117,196). Sum of RGB (Red+Green+Blue) = 225+117+196=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E175C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175C4 is #1E8A3B. Grayscale: #9E9E9E. Windows color (decimal): -2001468 or 12875233. OLE color: 12875233.
HSL color Cylindrical-coordinate representation of color #E175C4: hue angle of 316.11º 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 #E175C4 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 196 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.12 |
| HSL | 316.11º | 0.64% | 0.67% | - |
| HSV(B) | 316.11º | 0.48% | 0.88% | - |
| XYZ | 47.38 | 32.72 | 56.04 | - |
| YUV | 158.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 196 | 0 | 0.48 | 0.13 | 0.12 | 316.11 | 0.64 | 0.67 |
| Hex | E1 | 75 | C4 | 0 | 30 | D | C | 13C | 40 | 43 |
| Octal | 341 | 165 | 304 | 0 | 60 | 15 | 14 | 474 | 100 | 103 |
| Binary | 11100001 | 1110101 | 11000100 | 0 | 110000 | 1101 | 1100 | 100111100 | 1000000 | 1000011 |
Color Harmonies of #E175C4
Complementary color
Monochromatic Colors of #E175C4
Black with #E175C4
Text Example
Text Example
White with #E175C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175C4; }
p { color: rgb(225,117,196); }
H1.HeaderClassName
{
color: #E175C4;
}
.AnyTagClassName
{
color: #E175C4;
}
</style>
background-color css
<style>
a { background-color: #E175C4; }
a { background-color: rgb(225,117,196); }
div.DivClassName
{
background-color: #E175C4;
}
.BgClassName
{
background-color: #E175C4;
}
</style>
border-color css
<style>
span { border-color: #E175C4; }
span { border-color: rgb(225,117,196); }
td.TdClassName
{
border-color: #E175C4;
}
.TagClassName
{
border-color: #E175C4;
}
</style>