Shades of Orchid #E17CC6
Tints of Orchid #E17CC6
RGB
CMYK
RGB Variations
Color information
#E17CC6 (or 0xE17CC6) is known color: Orchid. HEX triplet: E1, 7C and C6. RGB value is (225,124,198). Sum of RGB (Red+Green+Blue) = 225+124+198=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CC6 is #1E8339. Grayscale: #A2A2A2. Windows color (decimal): -1999674 or 13008097. OLE color: 13008097.
HSL color Cylindrical-coordinate representation of color #E17CC6: hue angle of 316.04º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17CC6 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 198 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.12 |
| HSL | 316.04º | 0.63% | 0.68% | - |
| HSV(B) | 316.04º | 0.45% | 0.88% | - |
| XYZ | 48.45 | 34.5 | 57.53 | - |
| YUV | 162.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 198 | 0 | 0.45 | 0.12 | 0.12 | 316.04 | 0.63 | 0.68 |
| Hex | E1 | 7C | C6 | 0 | 2D | C | C | 13C | 3F | 44 |
| Octal | 341 | 174 | 306 | 0 | 55 | 14 | 14 | 474 | 77 | 104 |
| Binary | 11100001 | 1111100 | 11000110 | 0 | 101101 | 1100 | 1100 | 100111100 | 111111 | 1000100 |
Color Harmonies of #E17CC6
Complementary color
Monochromatic Colors of #E17CC6
Black with #E17CC6
Text Example
Text Example
White with #E17CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CC6; }
p { color: rgb(225,124,198); }
H1.HeaderClassName
{
color: #E17CC6;
}
.AnyTagClassName
{
color: #E17CC6;
}
</style>
background-color css
<style>
a { background-color: #E17CC6; }
a { background-color: rgb(225,124,198); }
div.DivClassName
{
background-color: #E17CC6;
}
.BgClassName
{
background-color: #E17CC6;
}
</style>
border-color css
<style>
span { border-color: #E17CC6; }
span { border-color: rgb(225,124,198); }
td.TdClassName
{
border-color: #E17CC6;
}
.TagClassName
{
border-color: #E17CC6;
}
</style>