Shades of Orchid #E174C5
Tints of Orchid #E174C5
RGB
CMYK
RGB Variations
Color information
#E174C5 (or 0xE174C5) is known color: Orchid. HEX triplet: E1, 74 and C5. RGB value is (225,116,197). Sum of RGB (Red+Green+Blue) = 225+116+197=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E174C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174C5 is #1E8B3A. Grayscale: #9D9D9D. Windows color (decimal): -2001723 or 12940513. OLE color: 12940513.
HSL color Cylindrical-coordinate representation of color #E174C5: hue angle of 315.41º 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 #E174C5 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 197 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.12 |
| HSL | 315.41º | 0.64% | 0.67% | - |
| HSV(B) | 315.41º | 0.48% | 0.88% | - |
| XYZ | 47.37 | 32.53 | 56.61 | - |
| YUV | 157.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 197 | 0 | 0.48 | 0.12 | 0.12 | 315.41 | 0.64 | 0.67 |
| Hex | E1 | 74 | C5 | 0 | 30 | C | C | 13B | 40 | 43 |
| Octal | 341 | 164 | 305 | 0 | 60 | 14 | 14 | 473 | 100 | 103 |
| Binary | 11100001 | 1110100 | 11000101 | 0 | 110000 | 1100 | 1100 | 100111011 | 1000000 | 1000011 |
Color Harmonies of #E174C5
Complementary color
Monochromatic Colors of #E174C5
Black with #E174C5
Text Example
Text Example
White with #E174C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174C5; }
p { color: rgb(225,116,197); }
H1.HeaderClassName
{
color: #E174C5;
}
.AnyTagClassName
{
color: #E174C5;
}
</style>
background-color css
<style>
a { background-color: #E174C5; }
a { background-color: rgb(225,116,197); }
div.DivClassName
{
background-color: #E174C5;
}
.BgClassName
{
background-color: #E174C5;
}
</style>
border-color css
<style>
span { border-color: #E174C5; }
span { border-color: rgb(225,116,197); }
td.TdClassName
{
border-color: #E174C5;
}
.TagClassName
{
border-color: #E174C5;
}
</style>