Shades of Orchid #E973D9
Tints of Orchid #E973D9
RGB
CMYK
RGB Variations
Color information
#E973D9 (or 0xE973D9) is known color: Orchid. HEX triplet: E9, 73 and D9. RGB value is (233,115,217). Sum of RGB (Red+Green+Blue) = 233+115+217=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E973D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973D9 is #168C26. Grayscale: #A1A1A1. Windows color (decimal): -1477671 or 14250985. OLE color: 14250985.
HSL color Cylindrical-coordinate representation of color #E973D9: hue angle of 308.14º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973D9 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 217 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.09 |
| HSL | 308.14º | 0.73% | 0.68% | - |
| HSV(B) | 308.14º | 0.51% | 0.91% | - |
| XYZ | 52.26 | 34.59 | 69.57 | - |
| YUV | 161.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 217 | 0 | 0.51 | 0.07 | 0.09 | 308.14 | 0.73 | 0.68 |
| Hex | E9 | 73 | D9 | 0 | 33 | 7 | 9 | 134 | 49 | 44 |
| Octal | 351 | 163 | 331 | 0 | 63 | 7 | 11 | 464 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11011001 | 0 | 110011 | 111 | 1001 | 100110100 | 1001001 | 1000100 |
Color Harmonies of #E973D9
Complementary color
Monochromatic Colors of #E973D9
Black with #E973D9
Text Example
Text Example
White with #E973D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973D9; }
p { color: rgb(233,115,217); }
H1.HeaderClassName
{
color: #E973D9;
}
.AnyTagClassName
{
color: #E973D9;
}
</style>
background-color css
<style>
a { background-color: #E973D9; }
a { background-color: rgb(233,115,217); }
div.DivClassName
{
background-color: #E973D9;
}
.BgClassName
{
background-color: #E973D9;
}
</style>
border-color css
<style>
span { border-color: #E973D9; }
span { border-color: rgb(233,115,217); }
td.TdClassName
{
border-color: #E973D9;
}
.TagClassName
{
border-color: #E973D9;
}
</style>