Shades of Orchid #E170CD
Tints of Orchid #E170CD
RGB
CMYK
RGB Variations
Color information
#E170CD (or 0xE170CD) is known color: Orchid. HEX triplet: E1, 70 and CD. RGB value is (225,112,205). Sum of RGB (Red+Green+Blue) = 225+112+205=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E170CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170CD is #1E8F32. Grayscale: #9C9C9C. Windows color (decimal): -2002739 or 13463777. OLE color: 13463777.
HSL color Cylindrical-coordinate representation of color #E170CD: hue angle of 310.62º 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 #E170CD is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 205 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.12 |
| HSL | 310.62º | 0.65% | 0.66% | - |
| HSV(B) | 310.62º | 0.5% | 0.88% | - |
| XYZ | 47.86 | 32 | 61.41 | - |
| YUV | 156.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 205 | 0 | 0.50 | 0.09 | 0.12 | 310.62 | 0.65 | 0.66 |
| Hex | E1 | 70 | CD | 0 | 32 | 9 | C | 137 | 41 | 42 |
| Octal | 341 | 160 | 315 | 0 | 62 | 11 | 14 | 467 | 101 | 102 |
| Binary | 11100001 | 1110000 | 11001101 | 0 | 110010 | 1001 | 1100 | 100110111 | 1000001 | 1000010 |
Color Harmonies of #E170CD
Complementary color
Monochromatic Colors of #E170CD
Black with #E170CD
Text Example
Text Example
White with #E170CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170CD; }
p { color: rgb(225,112,205); }
H1.HeaderClassName
{
color: #E170CD;
}
.AnyTagClassName
{
color: #E170CD;
}
</style>
background-color css
<style>
a { background-color: #E170CD; }
a { background-color: rgb(225,112,205); }
div.DivClassName
{
background-color: #E170CD;
}
.BgClassName
{
background-color: #E170CD;
}
</style>
border-color css
<style>
span { border-color: #E170CD; }
span { border-color: rgb(225,112,205); }
td.TdClassName
{
border-color: #E170CD;
}
.TagClassName
{
border-color: #E170CD;
}
</style>