Shades of Orchid #E176C9
Tints of Orchid #E176C9
RGB
CMYK
RGB Variations
Color information
#E176C9 (or 0xE176C9) is known color: Orchid. HEX triplet: E1, 76 and C9. RGB value is (225,118,201). Sum of RGB (Red+Green+Blue) = 225+118+201=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E176C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176C9 is #1E8936. Grayscale: #9F9F9F. Windows color (decimal): -2001207 or 13203169. OLE color: 13203169.
HSL color Cylindrical-coordinate representation of color #E176C9: hue angle of 313.46º 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 #E176C9 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 201 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.12 |
| HSL | 313.46º | 0.64% | 0.67% | - |
| HSV(B) | 313.46º | 0.48% | 0.88% | - |
| XYZ | 48.07 | 33.18 | 59.13 | - |
| YUV | 159.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 201 | 0 | 0.48 | 0.11 | 0.12 | 313.46 | 0.64 | 0.67 |
| Hex | E1 | 76 | C9 | 0 | 30 | B | C | 139 | 40 | 43 |
| Octal | 341 | 166 | 311 | 0 | 60 | 13 | 14 | 471 | 100 | 103 |
| Binary | 11100001 | 1110110 | 11001001 | 0 | 110000 | 1011 | 1100 | 100111001 | 1000000 | 1000011 |
Color Harmonies of #E176C9
Complementary color
Monochromatic Colors of #E176C9
Black with #E176C9
Text Example
Text Example
White with #E176C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176C9; }
p { color: rgb(225,118,201); }
H1.HeaderClassName
{
color: #E176C9;
}
.AnyTagClassName
{
color: #E176C9;
}
</style>
background-color css
<style>
a { background-color: #E176C9; }
a { background-color: rgb(225,118,201); }
div.DivClassName
{
background-color: #E176C9;
}
.BgClassName
{
background-color: #E176C9;
}
</style>
border-color css
<style>
span { border-color: #E176C9; }
span { border-color: rgb(225,118,201); }
td.TdClassName
{
border-color: #E176C9;
}
.TagClassName
{
border-color: #E176C9;
}
</style>