Shades of Orchid #E973DE
Tints of Orchid #E973DE
RGB
CMYK
RGB Variations
Color information
#E973DE (or 0xE973DE) is known color: Orchid. HEX triplet: E9, 73 and DE. RGB value is (233,115,222). Sum of RGB (Red+Green+Blue) = 233+115+222=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E973DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973DE is #168C21. Grayscale: #A2A2A2. Windows color (decimal): -1477666 or 14578665. OLE color: 14578665.
HSL color Cylindrical-coordinate representation of color #E973DE: hue angle of 305.59º 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 #E973DE is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 222 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.09 |
| HSL | 305.59º | 0.73% | 0.68% | - |
| HSV(B) | 305.59º | 0.51% | 0.91% | - |
| XYZ | 52.92 | 34.86 | 73.05 | - |
| YUV | 162.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 222 | 0 | 0.51 | 0.05 | 0.09 | 305.59 | 0.73 | 0.68 |
| Hex | E9 | 73 | DE | 0 | 33 | 5 | 9 | 132 | 49 | 44 |
| Octal | 351 | 163 | 336 | 0 | 63 | 5 | 11 | 462 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11011110 | 0 | 110011 | 101 | 1001 | 100110010 | 1001001 | 1000100 |
Color Harmonies of #E973DE
Complementary color
Monochromatic Colors of #E973DE
Black with #E973DE
Text Example
Text Example
White with #E973DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973DE; }
p { color: rgb(233,115,222); }
H1.HeaderClassName
{
color: #E973DE;
}
.AnyTagClassName
{
color: #E973DE;
}
</style>
background-color css
<style>
a { background-color: #E973DE; }
a { background-color: rgb(233,115,222); }
div.DivClassName
{
background-color: #E973DE;
}
.BgClassName
{
background-color: #E973DE;
}
</style>
border-color css
<style>
span { border-color: #E973DE; }
span { border-color: rgb(233,115,222); }
td.TdClassName
{
border-color: #E973DE;
}
.TagClassName
{
border-color: #E973DE;
}
</style>