Shades of Orchid #E97ACD
Tints of Orchid #E97ACD
RGB
CMYK
RGB Variations
Color information
#E97ACD (or 0xE97ACD) is known color: Orchid. HEX triplet: E9, 7A and CD. RGB value is (233,122,205). Sum of RGB (Red+Green+Blue) = 233+122+205=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ACD is #168532. Grayscale: #A4A4A4. Windows color (decimal): -1475891 or 13466345. OLE color: 13466345.
HSL color Cylindrical-coordinate representation of color #E97ACD: hue angle of 315.14º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97ACD is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 205 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.09 |
| HSL | 315.14º | 0.72% | 0.7% | - |
| HSV(B) | 315.14º | 0.48% | 0.91% | - |
| XYZ | 51.58 | 35.65 | 61.92 | - |
| YUV | 164.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 205 | 0 | 0.48 | 0.12 | 0.09 | 315.14 | 0.72 | 0.7 |
| Hex | E9 | 7A | CD | 0 | 30 | C | 9 | 13B | 48 | 46 |
| Octal | 351 | 172 | 315 | 0 | 60 | 14 | 11 | 473 | 110 | 106 |
| Binary | 11101001 | 1111010 | 11001101 | 0 | 110000 | 1100 | 1001 | 100111011 | 1001000 | 1000110 |
Color Harmonies of #E97ACD
Complementary color
Monochromatic Colors of #E97ACD
Black with #E97ACD
Text Example
Text Example
White with #E97ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97ACD; }
p { color: rgb(233,122,205); }
H1.HeaderClassName
{
color: #E97ACD;
}
.AnyTagClassName
{
color: #E97ACD;
}
</style>
background-color css
<style>
a { background-color: #E97ACD; }
a { background-color: rgb(233,122,205); }
div.DivClassName
{
background-color: #E97ACD;
}
.BgClassName
{
background-color: #E97ACD;
}
</style>
border-color css
<style>
span { border-color: #E97ACD; }
span { border-color: rgb(233,122,205); }
td.TdClassName
{
border-color: #E97ACD;
}
.TagClassName
{
border-color: #E97ACD;
}
</style>