Shades of Orchid #E177DC
Tints of Orchid #E177DC
RGB
CMYK
RGB Variations
Color information
#E177DC (or 0xE177DC) is known color: Orchid. HEX triplet: E1, 77 and DC. RGB value is (225,119,220). Sum of RGB (Red+Green+Blue) = 225+119+220=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E177DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177DC is #1E8823. Grayscale: #A1A1A1. Windows color (decimal): -2000932 or 14448609. OLE color: 14448609.
HSL color Cylindrical-coordinate representation of color #E177DC: hue angle of 302.83º 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 #E177DC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 220 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.12 |
| HSL | 302.83º | 0.64% | 0.67% | - |
| HSV(B) | 302.83º | 0.47% | 0.88% | - |
| XYZ | 50.57 | 34.37 | 71.68 | - |
| YUV | 162.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 220 | 0 | 0.47 | 0.02 | 0.12 | 302.83 | 0.64 | 0.67 |
| Hex | E1 | 77 | DC | 0 | 2F | 2 | C | 12F | 40 | 43 |
| Octal | 341 | 167 | 334 | 0 | 57 | 2 | 14 | 457 | 100 | 103 |
| Binary | 11100001 | 1110111 | 11011100 | 0 | 101111 | 10 | 1100 | 100101111 | 1000000 | 1000011 |
Color Harmonies of #E177DC
Complementary color
Monochromatic Colors of #E177DC
Black with #E177DC
Text Example
Text Example
White with #E177DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177DC; }
p { color: rgb(225,119,220); }
H1.HeaderClassName
{
color: #E177DC;
}
.AnyTagClassName
{
color: #E177DC;
}
</style>
background-color css
<style>
a { background-color: #E177DC; }
a { background-color: rgb(225,119,220); }
div.DivClassName
{
background-color: #E177DC;
}
.BgClassName
{
background-color: #E177DC;
}
</style>
border-color css
<style>
span { border-color: #E177DC; }
span { border-color: rgb(225,119,220); }
td.TdClassName
{
border-color: #E177DC;
}
.TagClassName
{
border-color: #E177DC;
}
</style>