Shades of Orchid #E176C8
Tints of Orchid #E176C8
RGB
CMYK
RGB Variations
Color information
#E176C8 (or 0xE176C8) is known color: Orchid. HEX triplet: E1, 76 and C8. RGB value is (225,118,200). Sum of RGB (Red+Green+Blue) = 225+118+200=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E176C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176C8 is #1E8937. Grayscale: #9F9F9F. Windows color (decimal): -2001208 or 13137633. OLE color: 13137633.
HSL color Cylindrical-coordinate representation of color #E176C8: hue angle of 314.02º 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 #E176C8 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 200 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.12 |
| HSL | 314.02º | 0.64% | 0.67% | - |
| HSV(B) | 314.02º | 0.48% | 0.88% | - |
| XYZ | 47.96 | 33.13 | 58.51 | - |
| YUV | 159.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 200 | 0 | 0.48 | 0.11 | 0.12 | 314.02 | 0.64 | 0.67 |
| Hex | E1 | 76 | C8 | 0 | 30 | B | C | 13A | 40 | 43 |
| Octal | 341 | 166 | 310 | 0 | 60 | 13 | 14 | 472 | 100 | 103 |
| Binary | 11100001 | 1110110 | 11001000 | 0 | 110000 | 1011 | 1100 | 100111010 | 1000000 | 1000011 |
Color Harmonies of #E176C8
Complementary color
Monochromatic Colors of #E176C8
Black with #E176C8
Text Example
Text Example
White with #E176C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176C8; }
p { color: rgb(225,118,200); }
H1.HeaderClassName
{
color: #E176C8;
}
.AnyTagClassName
{
color: #E176C8;
}
</style>
background-color css
<style>
a { background-color: #E176C8; }
a { background-color: rgb(225,118,200); }
div.DivClassName
{
background-color: #E176C8;
}
.BgClassName
{
background-color: #E176C8;
}
</style>
border-color css
<style>
span { border-color: #E176C8; }
span { border-color: rgb(225,118,200); }
td.TdClassName
{
border-color: #E176C8;
}
.TagClassName
{
border-color: #E176C8;
}
</style>