Shades of Orchid #E973D5
Tints of Orchid #E973D5
RGB
CMYK
RGB Variations
Color information
#E973D5 (or 0xE973D5) is known color: Orchid. HEX triplet: E9, 73 and D5. RGB value is (233,115,213). Sum of RGB (Red+Green+Blue) = 233+115+213=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E973D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973D5 is #168C2A. Grayscale: #A1A1A1. Windows color (decimal): -1477675 or 13988841. OLE color: 13988841.
HSL color Cylindrical-coordinate representation of color #E973D5: hue angle of 310.17º 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 #E973D5 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 213 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.09 |
| HSL | 310.17º | 0.73% | 0.68% | - |
| HSV(B) | 310.17º | 0.51% | 0.91% | - |
| XYZ | 51.75 | 34.39 | 66.86 | - |
| YUV | 161.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 213 | 0 | 0.51 | 0.09 | 0.09 | 310.17 | 0.73 | 0.68 |
| Hex | E9 | 73 | D5 | 0 | 33 | 9 | 9 | 136 | 49 | 44 |
| Octal | 351 | 163 | 325 | 0 | 63 | 11 | 11 | 466 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11010101 | 0 | 110011 | 1001 | 1001 | 100110110 | 1001001 | 1000100 |
Color Harmonies of #E973D5
Complementary color
Monochromatic Colors of #E973D5
Black with #E973D5
Text Example
Text Example
White with #E973D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973D5; }
p { color: rgb(233,115,213); }
H1.HeaderClassName
{
color: #E973D5;
}
.AnyTagClassName
{
color: #E973D5;
}
</style>
background-color css
<style>
a { background-color: #E973D5; }
a { background-color: rgb(233,115,213); }
div.DivClassName
{
background-color: #E973D5;
}
.BgClassName
{
background-color: #E973D5;
}
</style>
border-color css
<style>
span { border-color: #E973D5; }
span { border-color: rgb(233,115,213); }
td.TdClassName
{
border-color: #E973D5;
}
.TagClassName
{
border-color: #E973D5;
}
</style>