Shades of Orchid #E973D1
Tints of Orchid #E973D1
RGB
CMYK
RGB Variations
Color information
#E973D1 (or 0xE973D1) is known color: Orchid. HEX triplet: E9, 73 and D1. RGB value is (233,115,209). Sum of RGB (Red+Green+Blue) = 233+115+209=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E973D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973D1 is #168C2E. Grayscale: #A0A0A0. Windows color (decimal): -1477679 or 13726697. OLE color: 13726697.
HSL color Cylindrical-coordinate representation of color #E973D1: hue angle of 312.2º 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 #E973D1 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 209 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.09 |
| HSL | 312.2º | 0.73% | 0.68% | - |
| HSV(B) | 312.2º | 0.51% | 0.91% | - |
| XYZ | 51.24 | 34.19 | 64.22 | - |
| YUV | 161 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 209 | 0 | 0.51 | 0.10 | 0.09 | 312.2 | 0.73 | 0.68 |
| Hex | E9 | 73 | D1 | 0 | 33 | A | 9 | 138 | 49 | 44 |
| Octal | 351 | 163 | 321 | 0 | 63 | 12 | 11 | 470 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11010001 | 0 | 110011 | 1010 | 1001 | 100111000 | 1001001 | 1000100 |
Color Harmonies of #E973D1
Complementary color
Monochromatic Colors of #E973D1
Black with #E973D1
Text Example
Text Example
White with #E973D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973D1; }
p { color: rgb(233,115,209); }
H1.HeaderClassName
{
color: #E973D1;
}
.AnyTagClassName
{
color: #E973D1;
}
</style>
background-color css
<style>
a { background-color: #E973D1; }
a { background-color: rgb(233,115,209); }
div.DivClassName
{
background-color: #E973D1;
}
.BgClassName
{
background-color: #E973D1;
}
</style>
border-color css
<style>
span { border-color: #E973D1; }
span { border-color: rgb(233,115,209); }
td.TdClassName
{
border-color: #E973D1;
}
.TagClassName
{
border-color: #E973D1;
}
</style>