Shades of Orchid #E177CF
Tints of Orchid #E177CF
RGB
CMYK
RGB Variations
Color information
#E177CF (or 0xE177CF) is known color: Orchid. HEX triplet: E1, 77 and CF. RGB value is (225,119,207). Sum of RGB (Red+Green+Blue) = 225+119+207=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E177CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177CF is #1E8830. Grayscale: #A0A0A0. Windows color (decimal): -2000945 or 13596641. OLE color: 13596641.
HSL color Cylindrical-coordinate representation of color #E177CF: hue angle of 310.19º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177CF is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 207 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.12 |
| HSL | 310.19º | 0.64% | 0.67% | - |
| HSV(B) | 310.19º | 0.47% | 0.88% | - |
| XYZ | 48.91 | 33.71 | 62.96 | - |
| YUV | 160.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 207 | 0 | 0.47 | 0.08 | 0.12 | 310.19 | 0.64 | 0.67 |
| Hex | E1 | 77 | CF | 0 | 2F | 8 | C | 136 | 40 | 43 |
| Octal | 341 | 167 | 317 | 0 | 57 | 10 | 14 | 466 | 100 | 103 |
| Binary | 11100001 | 1110111 | 11001111 | 0 | 101111 | 1000 | 1100 | 100110110 | 1000000 | 1000011 |
Color Harmonies of #E177CF
Complementary color
Monochromatic Colors of #E177CF
Black with #E177CF
Text Example
Text Example
White with #E177CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177CF; }
p { color: rgb(225,119,207); }
H1.HeaderClassName
{
color: #E177CF;
}
.AnyTagClassName
{
color: #E177CF;
}
</style>
background-color css
<style>
a { background-color: #E177CF; }
a { background-color: rgb(225,119,207); }
div.DivClassName
{
background-color: #E177CF;
}
.BgClassName
{
background-color: #E177CF;
}
</style>
border-color css
<style>
span { border-color: #E177CF; }
span { border-color: rgb(225,119,207); }
td.TdClassName
{
border-color: #E177CF;
}
.TagClassName
{
border-color: #E177CF;
}
</style>