Shades of Orchid #E173DA
Tints of Orchid #E173DA
RGB
CMYK
RGB Variations
Color information
#E173DA (or 0xE173DA) is known color: Orchid. HEX triplet: E1, 73 and DA. RGB value is (225,115,218). Sum of RGB (Red+Green+Blue) = 225+115+218=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E173DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173DA is #1E8C25. Grayscale: #9F9F9F. Windows color (decimal): -2001958 or 14316513. OLE color: 14316513.
HSL color Cylindrical-coordinate representation of color #E173DA: hue angle of 303.82º 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 #E173DA is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 218 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.12 |
| HSL | 303.82º | 0.65% | 0.67% | - |
| HSV(B) | 303.82º | 0.49% | 0.88% | - |
| XYZ | 49.84 | 33.33 | 70.14 | - |
| YUV | 159.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 218 | 0 | 0.49 | 0.03 | 0.12 | 303.82 | 0.65 | 0.67 |
| Hex | E1 | 73 | DA | 0 | 31 | 3 | C | 130 | 41 | 43 |
| Octal | 341 | 163 | 332 | 0 | 61 | 3 | 14 | 460 | 101 | 103 |
| Binary | 11100001 | 1110011 | 11011010 | 0 | 110001 | 11 | 1100 | 100110000 | 1000001 | 1000011 |
Color Harmonies of #E173DA
Complementary color
Monochromatic Colors of #E173DA
Black with #E173DA
Text Example
Text Example
White with #E173DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173DA; }
p { color: rgb(225,115,218); }
H1.HeaderClassName
{
color: #E173DA;
}
.AnyTagClassName
{
color: #E173DA;
}
</style>
background-color css
<style>
a { background-color: #E173DA; }
a { background-color: rgb(225,115,218); }
div.DivClassName
{
background-color: #E173DA;
}
.BgClassName
{
background-color: #E173DA;
}
</style>
border-color css
<style>
span { border-color: #E173DA; }
span { border-color: rgb(225,115,218); }
td.TdClassName
{
border-color: #E173DA;
}
.TagClassName
{
border-color: #E173DA;
}
</style>