Shades of Orchid #E176CF
Tints of Orchid #E176CF
RGB
CMYK
RGB Variations
Color information
#E176CF (or 0xE176CF) is known color: Orchid. HEX triplet: E1, 76 and CF. RGB value is (225,118,207). Sum of RGB (Red+Green+Blue) = 225+118+207=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E176CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176CF is #1E8930. Grayscale: #9F9F9F. Windows color (decimal): -2001201 or 13596385. OLE color: 13596385.
HSL color Cylindrical-coordinate representation of color #E176CF: hue angle of 310.09º 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 #E176CF is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 207 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.12 |
| HSL | 310.09º | 0.64% | 0.67% | - |
| HSV(B) | 310.09º | 0.48% | 0.88% | - |
| XYZ | 48.79 | 33.47 | 62.92 | - |
| YUV | 160.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 207 | 0 | 0.48 | 0.08 | 0.12 | 310.09 | 0.64 | 0.67 |
| Hex | E1 | 76 | CF | 0 | 30 | 8 | C | 136 | 40 | 43 |
| Octal | 341 | 166 | 317 | 0 | 60 | 10 | 14 | 466 | 100 | 103 |
| Binary | 11100001 | 1110110 | 11001111 | 0 | 110000 | 1000 | 1100 | 100110110 | 1000000 | 1000011 |
Color Harmonies of #E176CF
Complementary color
Monochromatic Colors of #E176CF
Black with #E176CF
Text Example
Text Example
White with #E176CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176CF; }
p { color: rgb(225,118,207); }
H1.HeaderClassName
{
color: #E176CF;
}
.AnyTagClassName
{
color: #E176CF;
}
</style>
background-color css
<style>
a { background-color: #E176CF; }
a { background-color: rgb(225,118,207); }
div.DivClassName
{
background-color: #E176CF;
}
.BgClassName
{
background-color: #E176CF;
}
</style>
border-color css
<style>
span { border-color: #E176CF; }
span { border-color: rgb(225,118,207); }
td.TdClassName
{
border-color: #E176CF;
}
.TagClassName
{
border-color: #E176CF;
}
</style>