Shades of Orchid #E973DC
Tints of Orchid #E973DC
RGB
CMYK
RGB Variations
Color information
#E973DC (or 0xE973DC) is known color: Orchid. HEX triplet: E9, 73 and DC. RGB value is (233,115,220). Sum of RGB (Red+Green+Blue) = 233+115+220=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E973DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973DC is #168C23. Grayscale: #A1A1A1. Windows color (decimal): -1477668 or 14447593. OLE color: 14447593.
HSL color Cylindrical-coordinate representation of color #E973DC: hue angle of 306.61º 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 #E973DC is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 220 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.09 |
| HSL | 306.61º | 0.73% | 0.68% | - |
| HSV(B) | 306.61º | 0.51% | 0.91% | - |
| XYZ | 52.65 | 34.75 | 71.64 | - |
| YUV | 162.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 220 | 0 | 0.51 | 0.06 | 0.09 | 306.61 | 0.73 | 0.68 |
| Hex | E9 | 73 | DC | 0 | 33 | 6 | 9 | 133 | 49 | 44 |
| Octal | 351 | 163 | 334 | 0 | 63 | 6 | 11 | 463 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11011100 | 0 | 110011 | 110 | 1001 | 100110011 | 1001001 | 1000100 |
Color Harmonies of #E973DC
Complementary color
Monochromatic Colors of #E973DC
Black with #E973DC
Text Example
Text Example
White with #E973DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973DC; }
p { color: rgb(233,115,220); }
H1.HeaderClassName
{
color: #E973DC;
}
.AnyTagClassName
{
color: #E973DC;
}
</style>
background-color css
<style>
a { background-color: #E973DC; }
a { background-color: rgb(233,115,220); }
div.DivClassName
{
background-color: #E973DC;
}
.BgClassName
{
background-color: #E973DC;
}
</style>
border-color css
<style>
span { border-color: #E973DC; }
span { border-color: rgb(233,115,220); }
td.TdClassName
{
border-color: #E973DC;
}
.TagClassName
{
border-color: #E973DC;
}
</style>