Shades of Orchid #E176CC
Tints of Orchid #E176CC
RGB
CMYK
RGB Variations
Color information
#E176CC (or 0xE176CC) is known color: Orchid. HEX triplet: E1, 76 and CC. RGB value is (225,118,204). Sum of RGB (Red+Green+Blue) = 225+118+204=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E176CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176CC is #1E8933. Grayscale: #9F9F9F. Windows color (decimal): -2001204 or 13399777. OLE color: 13399777.
HSL color Cylindrical-coordinate representation of color #E176CC: hue angle of 311.78º 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 #E176CC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 204 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.12 |
| HSL | 311.78º | 0.64% | 0.67% | - |
| HSV(B) | 311.78º | 0.48% | 0.88% | - |
| XYZ | 48.43 | 33.32 | 61.01 | - |
| YUV | 159.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 204 | 0 | 0.48 | 0.09 | 0.12 | 311.78 | 0.64 | 0.67 |
| Hex | E1 | 76 | CC | 0 | 30 | 9 | C | 138 | 40 | 43 |
| Octal | 341 | 166 | 314 | 0 | 60 | 11 | 14 | 470 | 100 | 103 |
| Binary | 11100001 | 1110110 | 11001100 | 0 | 110000 | 1001 | 1100 | 100111000 | 1000000 | 1000011 |
Color Harmonies of #E176CC
Complementary color
Monochromatic Colors of #E176CC
Black with #E176CC
Text Example
Text Example
White with #E176CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176CC; }
p { color: rgb(225,118,204); }
H1.HeaderClassName
{
color: #E176CC;
}
.AnyTagClassName
{
color: #E176CC;
}
</style>
background-color css
<style>
a { background-color: #E176CC; }
a { background-color: rgb(225,118,204); }
div.DivClassName
{
background-color: #E176CC;
}
.BgClassName
{
background-color: #E176CC;
}
</style>
border-color css
<style>
span { border-color: #E176CC; }
span { border-color: rgb(225,118,204); }
td.TdClassName
{
border-color: #E176CC;
}
.TagClassName
{
border-color: #E176CC;
}
</style>