Shades of Orchid #E177D0
Tints of Orchid #E177D0
RGB
CMYK
RGB Variations
Color information
#E177D0 (or 0xE177D0) is known color: Orchid. HEX triplet: E1, 77 and D0. RGB value is (225,119,208). Sum of RGB (Red+Green+Blue) = 225+119+208=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E177D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177D0 is #1E882F. Grayscale: #A0A0A0. Windows color (decimal): -2000944 or 13662177. OLE color: 13662177.
HSL color Cylindrical-coordinate representation of color #E177D0: hue angle of 309.62º 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 #E177D0 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 208 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.12 |
| HSL | 309.62º | 0.64% | 0.67% | - |
| HSV(B) | 309.62º | 0.47% | 0.88% | - |
| XYZ | 49.03 | 33.76 | 63.61 | - |
| YUV | 160.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 208 | 0 | 0.47 | 0.08 | 0.12 | 309.62 | 0.64 | 0.67 |
| Hex | E1 | 77 | D0 | 0 | 2F | 8 | C | 136 | 40 | 43 |
| Octal | 341 | 167 | 320 | 0 | 57 | 10 | 14 | 466 | 100 | 103 |
| Binary | 11100001 | 1110111 | 11010000 | 0 | 101111 | 1000 | 1100 | 100110110 | 1000000 | 1000011 |
Color Harmonies of #E177D0
Complementary color
Monochromatic Colors of #E177D0
Black with #E177D0
Text Example
Text Example
White with #E177D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E177D0; }
p { color: rgb(225,119,208); }
H1.HeaderClassName
{
color: #E177D0;
}
.AnyTagClassName
{
color: #E177D0;
}
</style>
background-color css
<style>
a { background-color: #E177D0; }
a { background-color: rgb(225,119,208); }
div.DivClassName
{
background-color: #E177D0;
}
.BgClassName
{
background-color: #E177D0;
}
</style>
border-color css
<style>
span { border-color: #E177D0; }
span { border-color: rgb(225,119,208); }
td.TdClassName
{
border-color: #E177D0;
}
.TagClassName
{
border-color: #E177D0;
}
</style>