Shades of Orchid #E170C6
Tints of Orchid #E170C6
RGB
CMYK
RGB Variations
Color information
#E170C6 (or 0xE170C6) is known color: Orchid. HEX triplet: E1, 70 and C6. RGB value is (225,112,198). Sum of RGB (Red+Green+Blue) = 225+112+198=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E170C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170C6 is #1E8F39. Grayscale: #9B9B9B. Windows color (decimal): -2002746 or 13005025. OLE color: 13005025.
HSL color Cylindrical-coordinate representation of color #E170C6: hue angle of 314.34º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E170C6 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 198 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.12 |
| HSL | 314.34º | 0.65% | 0.66% | - |
| HSV(B) | 314.34º | 0.5% | 0.88% | - |
| XYZ | 47.04 | 31.67 | 57.06 | - |
| YUV | 155.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 198 | 0 | 0.50 | 0.12 | 0.12 | 314.34 | 0.65 | 0.66 |
| Hex | E1 | 70 | C6 | 0 | 32 | C | C | 13A | 41 | 42 |
| Octal | 341 | 160 | 306 | 0 | 62 | 14 | 14 | 472 | 101 | 102 |
| Binary | 11100001 | 1110000 | 11000110 | 0 | 110010 | 1100 | 1100 | 100111010 | 1000001 | 1000010 |
Color Harmonies of #E170C6
Complementary color
Monochromatic Colors of #E170C6
Black with #E170C6
Text Example
Text Example
White with #E170C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170C6; }
p { color: rgb(225,112,198); }
H1.HeaderClassName
{
color: #E170C6;
}
.AnyTagClassName
{
color: #E170C6;
}
</style>
background-color css
<style>
a { background-color: #E170C6; }
a { background-color: rgb(225,112,198); }
div.DivClassName
{
background-color: #E170C6;
}
.BgClassName
{
background-color: #E170C6;
}
</style>
border-color css
<style>
span { border-color: #E170C6; }
span { border-color: rgb(225,112,198); }
td.TdClassName
{
border-color: #E170C6;
}
.TagClassName
{
border-color: #E170C6;
}
</style>