Shades of Orchid #E173CD
Tints of Orchid #E173CD
RGB
CMYK
RGB Variations
Color information
#E173CD (or 0xE173CD) is known color: Orchid. HEX triplet: E1, 73 and CD. RGB value is (225,115,205). Sum of RGB (Red+Green+Blue) = 225+115+205=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E173CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173CD is #1E8C32. Grayscale: #9D9D9D. Windows color (decimal): -2001971 or 13464545. OLE color: 13464545.
HSL color Cylindrical-coordinate representation of color #E173CD: hue angle of 310.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173CD is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 205 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.12 |
| HSL | 310.91º | 0.65% | 0.67% | - |
| HSV(B) | 310.91º | 0.49% | 0.88% | - |
| XYZ | 48.2 | 32.68 | 61.52 | - |
| YUV | 158.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 205 | 0 | 0.49 | 0.09 | 0.12 | 310.91 | 0.65 | 0.67 |
| Hex | E1 | 73 | CD | 0 | 31 | 9 | C | 137 | 41 | 43 |
| Octal | 341 | 163 | 315 | 0 | 61 | 11 | 14 | 467 | 101 | 103 |
| Binary | 11100001 | 1110011 | 11001101 | 0 | 110001 | 1001 | 1100 | 100110111 | 1000001 | 1000011 |
Color Harmonies of #E173CD
Complementary color
Monochromatic Colors of #E173CD
Black with #E173CD
Text Example
Text Example
White with #E173CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173CD; }
p { color: rgb(225,115,205); }
H1.HeaderClassName
{
color: #E173CD;
}
.AnyTagClassName
{
color: #E173CD;
}
</style>
background-color css
<style>
a { background-color: #E173CD; }
a { background-color: rgb(225,115,205); }
div.DivClassName
{
background-color: #E173CD;
}
.BgClassName
{
background-color: #E173CD;
}
</style>
border-color css
<style>
span { border-color: #E173CD; }
span { border-color: rgb(225,115,205); }
td.TdClassName
{
border-color: #E173CD;
}
.TagClassName
{
border-color: #E173CD;
}
</style>