Shades of Orchid #E17CDE
Tints of Orchid #E17CDE
RGB
CMYK
RGB Variations
Color information
#E17CDE (or 0xE17CDE) is known color: Orchid. HEX triplet: E1, 7C and DE. RGB value is (225,124,222). Sum of RGB (Red+Green+Blue) = 225+124+222=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CDE is #1E8321. Grayscale: #A5A5A5. Windows color (decimal): -1999650 or 14580961. OLE color: 14580961.
HSL color Cylindrical-coordinate representation of color #E17CDE: hue angle of 301.78º 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 #E17CDE is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 222 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.12 |
| HSL | 301.78º | 0.63% | 0.68% | - |
| HSV(B) | 301.78º | 0.45% | 0.88% | - |
| XYZ | 51.44 | 35.7 | 73.29 | - |
| YUV | 165.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 222 | 0 | 0.45 | 0.01 | 0.12 | 301.78 | 0.63 | 0.68 |
| Hex | E1 | 7C | DE | 0 | 2D | 1 | C | 12E | 3F | 44 |
| Octal | 341 | 174 | 336 | 0 | 55 | 1 | 14 | 456 | 77 | 104 |
| Binary | 11100001 | 1111100 | 11011110 | 0 | 101101 | 1 | 1100 | 100101110 | 111111 | 1000100 |
Color Harmonies of #E17CDE
Complementary color
Monochromatic Colors of #E17CDE
Black with #E17CDE
Text Example
Text Example
White with #E17CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CDE; }
p { color: rgb(225,124,222); }
H1.HeaderClassName
{
color: #E17CDE;
}
.AnyTagClassName
{
color: #E17CDE;
}
</style>
background-color css
<style>
a { background-color: #E17CDE; }
a { background-color: rgb(225,124,222); }
div.DivClassName
{
background-color: #E17CDE;
}
.BgClassName
{
background-color: #E17CDE;
}
</style>
border-color css
<style>
span { border-color: #E17CDE; }
span { border-color: rgb(225,124,222); }
td.TdClassName
{
border-color: #E17CDE;
}
.TagClassName
{
border-color: #E17CDE;
}
</style>