Shades of Orchid #E973D4
Tints of Orchid #E973D4
RGB
CMYK
RGB Variations
Color information
#E973D4 (or 0xE973D4) is known color: Orchid. HEX triplet: E9, 73 and D4. RGB value is (233,115,212). Sum of RGB (Red+Green+Blue) = 233+115+212=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E973D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973D4 is #168C2B. Grayscale: #A1A1A1. Windows color (decimal): -1477676 or 13923305. OLE color: 13923305.
HSL color Cylindrical-coordinate representation of color #E973D4: hue angle of 310.68º 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 #E973D4 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 212 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.09 |
| HSL | 310.68º | 0.73% | 0.68% | - |
| HSV(B) | 310.68º | 0.51% | 0.91% | - |
| XYZ | 51.62 | 34.34 | 66.19 | - |
| YUV | 161.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 212 | 0 | 0.51 | 0.09 | 0.09 | 310.68 | 0.73 | 0.68 |
| Hex | E9 | 73 | D4 | 0 | 33 | 9 | 9 | 137 | 49 | 44 |
| Octal | 351 | 163 | 324 | 0 | 63 | 11 | 11 | 467 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11010100 | 0 | 110011 | 1001 | 1001 | 100110111 | 1001001 | 1000100 |
Color Harmonies of #E973D4
Complementary color
Monochromatic Colors of #E973D4
Black with #E973D4
Text Example
Text Example
White with #E973D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973D4; }
p { color: rgb(233,115,212); }
H1.HeaderClassName
{
color: #E973D4;
}
.AnyTagClassName
{
color: #E973D4;
}
</style>
background-color css
<style>
a { background-color: #E973D4; }
a { background-color: rgb(233,115,212); }
div.DivClassName
{
background-color: #E973D4;
}
.BgClassName
{
background-color: #E973D4;
}
</style>
border-color css
<style>
span { border-color: #E973D4; }
span { border-color: rgb(233,115,212); }
td.TdClassName
{
border-color: #E973D4;
}
.TagClassName
{
border-color: #E973D4;
}
</style>