Shades of Orchid #E173DF
Tints of Orchid #E173DF
RGB
CMYK
RGB Variations
Color information
#E173DF (or 0xE173DF) is known color: Orchid. HEX triplet: E1, 73 and DF. RGB value is (225,115,223). Sum of RGB (Red+Green+Blue) = 225+115+223=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E173DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E173DF is #1E8C20. Grayscale: #9F9F9F. Windows color (decimal): -2001953 or 14644193. OLE color: 14644193.
HSL color Cylindrical-coordinate representation of color #E173DF: hue angle of 301.09º 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 #E173DF is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 223 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.12 |
| HSL | 301.09º | 0.65% | 0.67% | - |
| HSV(B) | 301.09º | 0.49% | 0.88% | - |
| XYZ | 50.5 | 33.6 | 73.64 | - |
| YUV | 160.2 | 163.44 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 223 | 0 | 0.49 | 0.01 | 0.12 | 301.09 | 0.65 | 0.67 |
| Hex | E1 | 73 | DF | 0 | 31 | 1 | C | 12D | 41 | 43 |
| Octal | 341 | 163 | 337 | 0 | 61 | 1 | 14 | 455 | 101 | 103 |
| Binary | 11100001 | 1110011 | 11011111 | 0 | 110001 | 1 | 1100 | 100101101 | 1000001 | 1000011 |
Color Harmonies of #E173DF
Complementary color
Monochromatic Colors of #E173DF
Black with #E173DF
Text Example
Text Example
White with #E173DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173DF; }
p { color: rgb(225,115,223); }
H1.HeaderClassName
{
color: #E173DF;
}
.AnyTagClassName
{
color: #E173DF;
}
</style>
background-color css
<style>
a { background-color: #E173DF; }
a { background-color: rgb(225,115,223); }
div.DivClassName
{
background-color: #E173DF;
}
.BgClassName
{
background-color: #E173DF;
}
</style>
border-color css
<style>
span { border-color: #E173DF; }
span { border-color: rgb(225,115,223); }
td.TdClassName
{
border-color: #E173DF;
}
.TagClassName
{
border-color: #E173DF;
}
</style>