Shades of Orchid #E973CD
Tints of Orchid #E973CD
RGB
CMYK
RGB Variations
Color information
#E973CD (or 0xE973CD) is known color: Orchid. HEX triplet: E9, 73 and CD. RGB value is (233,115,205). Sum of RGB (Red+Green+Blue) = 233+115+205=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E973CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973CD is #168C32. Grayscale: #A0A0A0. Windows color (decimal): -1477683 or 13464553. OLE color: 13464553.
HSL color Cylindrical-coordinate representation of color #E973CD: hue angle of 314.24º 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 #E973CD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 205 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.09 |
| HSL | 314.24º | 0.73% | 0.68% | - |
| HSV(B) | 314.24º | 0.51% | 0.91% | - |
| XYZ | 50.75 | 33.99 | 61.64 | - |
| YUV | 160.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 205 | 0 | 0.51 | 0.12 | 0.09 | 314.24 | 0.73 | 0.68 |
| Hex | E9 | 73 | CD | 0 | 33 | C | 9 | 13A | 49 | 44 |
| Octal | 351 | 163 | 315 | 0 | 63 | 14 | 11 | 472 | 111 | 104 |
| Binary | 11101001 | 1110011 | 11001101 | 0 | 110011 | 1100 | 1001 | 100111010 | 1001001 | 1000100 |
Color Harmonies of #E973CD
Complementary color
Monochromatic Colors of #E973CD
Black with #E973CD
Text Example
Text Example
White with #E973CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E973CD; }
p { color: rgb(233,115,205); }
H1.HeaderClassName
{
color: #E973CD;
}
.AnyTagClassName
{
color: #E973CD;
}
</style>
background-color css
<style>
a { background-color: #E973CD; }
a { background-color: rgb(233,115,205); }
div.DivClassName
{
background-color: #E973CD;
}
.BgClassName
{
background-color: #E973CD;
}
</style>
border-color css
<style>
span { border-color: #E973CD; }
span { border-color: rgb(233,115,205); }
td.TdClassName
{
border-color: #E973CD;
}
.TagClassName
{
border-color: #E973CD;
}
</style>