Shades of Orchid #E170CF
Tints of Orchid #E170CF
RGB
CMYK
RGB Variations
Color information
#E170CF (or 0xE170CF) is known color: Orchid. HEX triplet: E1, 70 and CF. RGB value is (225,112,207). Sum of RGB (Red+Green+Blue) = 225+112+207=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E170CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170CF is #1E8F30. Grayscale: #9C9C9C. Windows color (decimal): -2002737 or 13594849. OLE color: 13594849.
HSL color Cylindrical-coordinate representation of color #E170CF: hue angle of 309.56º 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 #E170CF is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 207 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.12 |
| HSL | 309.56º | 0.65% | 0.66% | - |
| HSV(B) | 309.56º | 0.5% | 0.88% | - |
| XYZ | 48.11 | 32.1 | 62.69 | - |
| YUV | 156.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 207 | 0 | 0.50 | 0.08 | 0.12 | 309.56 | 0.65 | 0.66 |
| Hex | E1 | 70 | CF | 0 | 32 | 8 | C | 136 | 41 | 42 |
| Octal | 341 | 160 | 317 | 0 | 62 | 10 | 14 | 466 | 101 | 102 |
| Binary | 11100001 | 1110000 | 11001111 | 0 | 110010 | 1000 | 1100 | 100110110 | 1000001 | 1000010 |
Color Harmonies of #E170CF
Complementary color
Monochromatic Colors of #E170CF
Black with #E170CF
Text Example
Text Example
White with #E170CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170CF; }
p { color: rgb(225,112,207); }
H1.HeaderClassName
{
color: #E170CF;
}
.AnyTagClassName
{
color: #E170CF;
}
</style>
background-color css
<style>
a { background-color: #E170CF; }
a { background-color: rgb(225,112,207); }
div.DivClassName
{
background-color: #E170CF;
}
.BgClassName
{
background-color: #E170CF;
}
</style>
border-color css
<style>
span { border-color: #E170CF; }
span { border-color: rgb(225,112,207); }
td.TdClassName
{
border-color: #E170CF;
}
.TagClassName
{
border-color: #E170CF;
}
</style>