Shades of Orchid #E173CC
Tints of Orchid #E173CC
RGB
CMYK
RGB Variations
Color information
#E173CC (or 0xE173CC) is known color: Orchid. HEX triplet: E1, 73 and CC. RGB value is (225,115,204). Sum of RGB (Red+Green+Blue) = 225+115+204=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E173CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173CC is #1E8C33. Grayscale: #9D9D9D. Windows color (decimal): -2001972 or 13399009. OLE color: 13399009.
HSL color Cylindrical-coordinate representation of color #E173CC: hue angle of 311.45º 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 #E173CC is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 204 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.12 |
| HSL | 311.45º | 0.65% | 0.67% | - |
| HSV(B) | 311.45º | 0.49% | 0.88% | - |
| XYZ | 48.08 | 32.63 | 60.89 | - |
| YUV | 158.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 204 | 0 | 0.49 | 0.09 | 0.12 | 311.45 | 0.65 | 0.67 |
| Hex | E1 | 73 | CC | 0 | 31 | 9 | C | 137 | 41 | 43 |
| Octal | 341 | 163 | 314 | 0 | 61 | 11 | 14 | 467 | 101 | 103 |
| Binary | 11100001 | 1110011 | 11001100 | 0 | 110001 | 1001 | 1100 | 100110111 | 1000001 | 1000011 |
Color Harmonies of #E173CC
Complementary color
Monochromatic Colors of #E173CC
Black with #E173CC
Text Example
Text Example
White with #E173CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173CC; }
p { color: rgb(225,115,204); }
H1.HeaderClassName
{
color: #E173CC;
}
.AnyTagClassName
{
color: #E173CC;
}
</style>
background-color css
<style>
a { background-color: #E173CC; }
a { background-color: rgb(225,115,204); }
div.DivClassName
{
background-color: #E173CC;
}
.BgClassName
{
background-color: #E173CC;
}
</style>
border-color css
<style>
span { border-color: #E173CC; }
span { border-color: rgb(225,115,204); }
td.TdClassName
{
border-color: #E173CC;
}
.TagClassName
{
border-color: #E173CC;
}
</style>