Shades of Orchid #E97AD0
Tints of Orchid #E97AD0
RGB
CMYK
RGB Variations
Color information
#E97AD0 (or 0xE97AD0) is known color: Orchid. HEX triplet: E9, 7A and D0. RGB value is (233,122,208). Sum of RGB (Red+Green+Blue) = 233+122+208=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97AD0 is #16852F. Grayscale: #A4A4A4. Windows color (decimal): -1475888 or 13662953. OLE color: 13662953.
HSL color Cylindrical-coordinate representation of color #E97AD0: hue angle of 313.51º 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 #E97AD0 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 208 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.09 |
| HSL | 313.51º | 0.72% | 0.7% | - |
| HSV(B) | 313.51º | 0.48% | 0.91% | - |
| XYZ | 51.95 | 35.8 | 63.85 | - |
| YUV | 164.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 208 | 0 | 0.48 | 0.11 | 0.09 | 313.51 | 0.72 | 0.7 |
| Hex | E9 | 7A | D0 | 0 | 30 | B | 9 | 13A | 48 | 46 |
| Octal | 351 | 172 | 320 | 0 | 60 | 13 | 11 | 472 | 110 | 106 |
| Binary | 11101001 | 1111010 | 11010000 | 0 | 110000 | 1011 | 1001 | 100111010 | 1001000 | 1000110 |
Color Harmonies of #E97AD0
Complementary color
Monochromatic Colors of #E97AD0
Black with #E97AD0
Text Example
Text Example
White with #E97AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97AD0; }
p { color: rgb(233,122,208); }
H1.HeaderClassName
{
color: #E97AD0;
}
.AnyTagClassName
{
color: #E97AD0;
}
</style>
background-color css
<style>
a { background-color: #E97AD0; }
a { background-color: rgb(233,122,208); }
div.DivClassName
{
background-color: #E97AD0;
}
.BgClassName
{
background-color: #E97AD0;
}
</style>
border-color css
<style>
span { border-color: #E97AD0; }
span { border-color: rgb(233,122,208); }
td.TdClassName
{
border-color: #E97AD0;
}
.TagClassName
{
border-color: #E97AD0;
}
</style>