Shades of Orchid #E170C7
Tints of Orchid #E170C7
RGB
CMYK
RGB Variations
Color information
#E170C7 (or 0xE170C7) is known color: Orchid. HEX triplet: E1, 70 and C7. RGB value is (225,112,199). Sum of RGB (Red+Green+Blue) = 225+112+199=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E170C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170C7 is #1E8F38. Grayscale: #9B9B9B. Windows color (decimal): -2002745 or 13070561. OLE color: 13070561.
HSL color Cylindrical-coordinate representation of color #E170C7: hue angle of 313.81º 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 #E170C7 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 199 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.12 |
| HSL | 313.81º | 0.65% | 0.66% | - |
| HSV(B) | 313.81º | 0.5% | 0.88% | - |
| XYZ | 47.15 | 31.72 | 57.67 | - |
| YUV | 155.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 199 | 0 | 0.50 | 0.12 | 0.12 | 313.81 | 0.65 | 0.66 |
| Hex | E1 | 70 | C7 | 0 | 32 | C | C | 13A | 41 | 42 |
| Octal | 341 | 160 | 307 | 0 | 62 | 14 | 14 | 472 | 101 | 102 |
| Binary | 11100001 | 1110000 | 11000111 | 0 | 110010 | 1100 | 1100 | 100111010 | 1000001 | 1000010 |
Color Harmonies of #E170C7
Complementary color
Monochromatic Colors of #E170C7
Black with #E170C7
Text Example
Text Example
White with #E170C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170C7; }
p { color: rgb(225,112,199); }
H1.HeaderClassName
{
color: #E170C7;
}
.AnyTagClassName
{
color: #E170C7;
}
</style>
background-color css
<style>
a { background-color: #E170C7; }
a { background-color: rgb(225,112,199); }
div.DivClassName
{
background-color: #E170C7;
}
.BgClassName
{
background-color: #E170C7;
}
</style>
border-color css
<style>
span { border-color: #E170C7; }
span { border-color: rgb(225,112,199); }
td.TdClassName
{
border-color: #E170C7;
}
.TagClassName
{
border-color: #E170C7;
}
</style>