Shades of Orchid #E176CE
Tints of Orchid #E176CE
RGB
CMYK
RGB Variations
Color information
#E176CE (or 0xE176CE) is known color: Orchid. HEX triplet: E1, 76 and CE. RGB value is (225,118,206). Sum of RGB (Red+Green+Blue) = 225+118+206=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E176CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176CE is #1E8931. Grayscale: #9F9F9F. Windows color (decimal): -2001202 or 13530849. OLE color: 13530849.
HSL color Cylindrical-coordinate representation of color #E176CE: hue angle of 310.65º 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 #E176CE is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 206 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.12 |
| HSL | 310.65º | 0.64% | 0.67% | - |
| HSV(B) | 310.65º | 0.48% | 0.88% | - |
| XYZ | 48.67 | 33.42 | 62.28 | - |
| YUV | 160.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 206 | 0 | 0.48 | 0.08 | 0.12 | 310.65 | 0.64 | 0.67 |
| Hex | E1 | 76 | CE | 0 | 30 | 8 | C | 137 | 40 | 43 |
| Octal | 341 | 166 | 316 | 0 | 60 | 10 | 14 | 467 | 100 | 103 |
| Binary | 11100001 | 1110110 | 11001110 | 0 | 110000 | 1000 | 1100 | 100110111 | 1000000 | 1000011 |
Color Harmonies of #E176CE
Complementary color
Monochromatic Colors of #E176CE
Black with #E176CE
Text Example
Text Example
White with #E176CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176CE; }
p { color: rgb(225,118,206); }
H1.HeaderClassName
{
color: #E176CE;
}
.AnyTagClassName
{
color: #E176CE;
}
</style>
background-color css
<style>
a { background-color: #E176CE; }
a { background-color: rgb(225,118,206); }
div.DivClassName
{
background-color: #E176CE;
}
.BgClassName
{
background-color: #E176CE;
}
</style>
border-color css
<style>
span { border-color: #E176CE; }
span { border-color: rgb(225,118,206); }
td.TdClassName
{
border-color: #E176CE;
}
.TagClassName
{
border-color: #E176CE;
}
</style>