Shades of Orchid #E17CD2
Tints of Orchid #E17CD2
RGB
CMYK
RGB Variations
Color information
#E17CD2 (or 0xE17CD2) is known color: Orchid. HEX triplet: E1, 7C and D2. RGB value is (225,124,210). Sum of RGB (Red+Green+Blue) = 225+124+210=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CD2 is #1E832D. Grayscale: #A3A3A3. Windows color (decimal): -1999662 or 13794529. OLE color: 13794529.
HSL color Cylindrical-coordinate representation of color #E17CD2: hue angle of 308.91º 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 #E17CD2 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 210 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.12 |
| HSL | 308.91º | 0.63% | 0.68% | - |
| HSV(B) | 308.91º | 0.45% | 0.88% | - |
| XYZ | 49.89 | 35.08 | 65.11 | - |
| YUV | 164 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 210 | 0 | 0.45 | 0.07 | 0.12 | 308.91 | 0.63 | 0.68 |
| Hex | E1 | 7C | D2 | 0 | 2D | 7 | C | 135 | 3F | 44 |
| Octal | 341 | 174 | 322 | 0 | 55 | 7 | 14 | 465 | 77 | 104 |
| Binary | 11100001 | 1111100 | 11010010 | 0 | 101101 | 111 | 1100 | 100110101 | 111111 | 1000100 |
Color Harmonies of #E17CD2
Complementary color
Monochromatic Colors of #E17CD2
Black with #E17CD2
Text Example
Text Example
White with #E17CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CD2; }
p { color: rgb(225,124,210); }
H1.HeaderClassName
{
color: #E17CD2;
}
.AnyTagClassName
{
color: #E17CD2;
}
</style>
background-color css
<style>
a { background-color: #E17CD2; }
a { background-color: rgb(225,124,210); }
div.DivClassName
{
background-color: #E17CD2;
}
.BgClassName
{
background-color: #E17CD2;
}
</style>
border-color css
<style>
span { border-color: #E17CD2; }
span { border-color: rgb(225,124,210); }
td.TdClassName
{
border-color: #E17CD2;
}
.TagClassName
{
border-color: #E17CD2;
}
</style>