Shades of Orchid #E97AD5
Tints of Orchid #E97AD5
RGB
CMYK
RGB Variations
Color information
#E97AD5 (or 0xE97AD5) is known color: Orchid. HEX triplet: E9, 7A and D5. RGB value is (233,122,213). Sum of RGB (Red+Green+Blue) = 233+122+213=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97AD5 is #16852A. Grayscale: #A5A5A5. Windows color (decimal): -1475883 or 13990633. OLE color: 13990633.
HSL color Cylindrical-coordinate representation of color #E97AD5: hue angle of 310.81º 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 #E97AD5 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 213 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.09 |
| HSL | 310.81º | 0.72% | 0.7% | - |
| HSV(B) | 310.81º | 0.48% | 0.91% | - |
| XYZ | 52.57 | 36.05 | 67.14 | - |
| YUV | 165.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 213 | 0 | 0.48 | 0.09 | 0.09 | 310.81 | 0.72 | 0.7 |
| Hex | E9 | 7A | D5 | 0 | 30 | 9 | 9 | 137 | 48 | 46 |
| Octal | 351 | 172 | 325 | 0 | 60 | 11 | 11 | 467 | 110 | 106 |
| Binary | 11101001 | 1111010 | 11010101 | 0 | 110000 | 1001 | 1001 | 100110111 | 1001000 | 1000110 |
Color Harmonies of #E97AD5
Complementary color
Monochromatic Colors of #E97AD5
Black with #E97AD5
Text Example
Text Example
White with #E97AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97AD5; }
p { color: rgb(233,122,213); }
H1.HeaderClassName
{
color: #E97AD5;
}
.AnyTagClassName
{
color: #E97AD5;
}
</style>
background-color css
<style>
a { background-color: #E97AD5; }
a { background-color: rgb(233,122,213); }
div.DivClassName
{
background-color: #E97AD5;
}
.BgClassName
{
background-color: #E97AD5;
}
</style>
border-color css
<style>
span { border-color: #E97AD5; }
span { border-color: rgb(233,122,213); }
td.TdClassName
{
border-color: #E97AD5;
}
.TagClassName
{
border-color: #E97AD5;
}
</style>