Shades of Orchid #E170E6
Tints of Orchid #E170E6
RGB
CMYK
RGB Variations
Color information
#E170E6 (or 0xE170E6) is known color: Orchid. HEX triplet: E1, 70 and E6. RGB value is (225,112,230). Sum of RGB (Red+Green+Blue) = 225+112+230=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #E170E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E170E6 is #1E8F19. Grayscale: #9E9E9E. Windows color (decimal): -2002714 or 15102177. OLE color: 15102177.
HSL color Cylindrical-coordinate representation of color #E170E6: hue angle of 297.46º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E170E6 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 112 | 230 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.10 |
| HSL | 297.46º | 0.7% | 0.67% | - |
| HSV(B) | 297.46º | 0.51% | 0.9% | - |
| XYZ | 51.13 | 33.31 | 78.6 | - |
| YUV | 159.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 230 | 0.02 | 0.51 | 0 | 0.10 | 297.46 | 0.7 | 0.67 |
| Hex | E1 | 70 | E6 | 2 | 33 | 0 | A | 129 | 46 | 43 |
| Octal | 341 | 160 | 346 | 2 | 63 | 0 | 12 | 451 | 106 | 103 |
| Binary | 11100001 | 1110000 | 11100110 | 10 | 110011 | 0 | 1010 | 100101001 | 1000110 | 1000011 |
Color Harmonies of #E170E6
Complementary color
Monochromatic Colors of #E170E6
Black with #E170E6
Text Example
Text Example
White with #E170E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170E6; }
p { color: rgb(225,112,230); }
H1.HeaderClassName
{
color: #E170E6;
}
.AnyTagClassName
{
color: #E170E6;
}
</style>
background-color css
<style>
a { background-color: #E170E6; }
a { background-color: rgb(225,112,230); }
div.DivClassName
{
background-color: #E170E6;
}
.BgClassName
{
background-color: #E170E6;
}
</style>
border-color css
<style>
span { border-color: #E170E6; }
span { border-color: rgb(225,112,230); }
td.TdClassName
{
border-color: #E170E6;
}
.TagClassName
{
border-color: #E170E6;
}
</style>