Shades of Orchid #E177C7
Tints of Orchid #E177C7
RGB
CMYK
RGB Variations
Color information
#E177C7 (or 0xE177C7) is known color: Orchid. HEX triplet: E1, 77 and C7. RGB value is (225,119,199). Sum of RGB (Red+Green+Blue) = 225+119+199=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E177C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177C7 is #1E8838. Grayscale: #9F9F9F. Windows color (decimal): -2000953 or 13072353. OLE color: 13072353.
HSL color Cylindrical-coordinate representation of color #E177C7: hue angle of 314.72º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177C7 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 199 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.12 |
| HSL | 314.72º | 0.64% | 0.67% | - |
| HSV(B) | 314.72º | 0.47% | 0.88% | - |
| XYZ | 47.96 | 33.32 | 57.94 | - |
| YUV | 159.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 199 | 0 | 0.47 | 0.12 | 0.12 | 314.72 | 0.64 | 0.67 |
| Hex | E1 | 77 | C7 | 0 | 2F | C | C | 13B | 40 | 43 |
| Octal | 341 | 167 | 307 | 0 | 57 | 14 | 14 | 473 | 100 | 103 |
| Binary | 11100001 | 1110111 | 11000111 | 0 | 101111 | 1100 | 1100 | 100111011 | 1000000 | 1000011 |
Color Harmonies of #E177C7
Complementary color
Monochromatic Colors of #E177C7
Black with #E177C7
Text Example
Text Example
White with #E177C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177C7; }
p { color: rgb(225,119,199); }
H1.HeaderClassName
{
color: #E177C7;
}
.AnyTagClassName
{
color: #E177C7;
}
</style>
background-color css
<style>
a { background-color: #E177C7; }
a { background-color: rgb(225,119,199); }
div.DivClassName
{
background-color: #E177C7;
}
.BgClassName
{
background-color: #E177C7;
}
</style>
border-color css
<style>
span { border-color: #E177C7; }
span { border-color: rgb(225,119,199); }
td.TdClassName
{
border-color: #E177C7;
}
.TagClassName
{
border-color: #E177C7;
}
</style>