Shades of Orchid #E179C7
Tints of Orchid #E179C7
RGB
CMYK
RGB Variations
Color information
#E179C7 (or 0xE179C7) is known color: Orchid. HEX triplet: E1, 79 and C7. RGB value is (225,121,199). Sum of RGB (Red+Green+Blue) = 225+121+199=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E179C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E179C7 is #1E8638. Grayscale: #A0A0A0. Windows color (decimal): -2000441 or 13072865. OLE color: 13072865.
HSL color Cylindrical-coordinate representation of color #E179C7: hue angle of 315º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179C7 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 199 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.12 |
| HSL | 315º | 0.63% | 0.68% | - |
| HSV(B) | 315º | 0.46% | 0.88% | - |
| XYZ | 48.2 | 33.81 | 58.02 | - |
| YUV | 160.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 199 | 0 | 0.46 | 0.12 | 0.12 | 315 | 0.63 | 0.68 |
| Hex | E1 | 79 | C7 | 0 | 2E | C | C | 13B | 3F | 44 |
| Octal | 341 | 171 | 307 | 0 | 56 | 14 | 14 | 473 | 77 | 104 |
| Binary | 11100001 | 1111001 | 11000111 | 0 | 101110 | 1100 | 1100 | 100111011 | 111111 | 1000100 |
Color Harmonies of #E179C7
Complementary color
Monochromatic Colors of #E179C7
Black with #E179C7
Text Example
Text Example
White with #E179C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179C7; }
p { color: rgb(225,121,199); }
H1.HeaderClassName
{
color: #E179C7;
}
.AnyTagClassName
{
color: #E179C7;
}
</style>
background-color css
<style>
a { background-color: #E179C7; }
a { background-color: rgb(225,121,199); }
div.DivClassName
{
background-color: #E179C7;
}
.BgClassName
{
background-color: #E179C7;
}
</style>
border-color css
<style>
span { border-color: #E179C7; }
span { border-color: rgb(225,121,199); }
td.TdClassName
{
border-color: #E179C7;
}
.TagClassName
{
border-color: #E179C7;
}
</style>