Shades of Orchid #E97AD1
Tints of Orchid #E97AD1
RGB
CMYK
RGB Variations
Color information
#E97AD1 (or 0xE97AD1) is known color: Orchid. HEX triplet: E9, 7A and D1. RGB value is (233,122,209). Sum of RGB (Red+Green+Blue) = 233+122+209=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97AD1 is #16852E. Grayscale: #A4A4A4. Windows color (decimal): -1475887 or 13728489. OLE color: 13728489.
HSL color Cylindrical-coordinate representation of color #E97AD1: hue angle of 312.97º 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 #E97AD1 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 209 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.09 |
| HSL | 312.97º | 0.72% | 0.7% | - |
| HSV(B) | 312.97º | 0.48% | 0.91% | - |
| XYZ | 52.07 | 35.85 | 64.5 | - |
| YUV | 165.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 209 | 0 | 0.48 | 0.10 | 0.09 | 312.97 | 0.72 | 0.7 |
| Hex | E9 | 7A | D1 | 0 | 30 | A | 9 | 139 | 48 | 46 |
| Octal | 351 | 172 | 321 | 0 | 60 | 12 | 11 | 471 | 110 | 106 |
| Binary | 11101001 | 1111010 | 11010001 | 0 | 110000 | 1010 | 1001 | 100111001 | 1001000 | 1000110 |
Color Harmonies of #E97AD1
Complementary color
Monochromatic Colors of #E97AD1
Black with #E97AD1
Text Example
Text Example
White with #E97AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97AD1; }
p { color: rgb(233,122,209); }
H1.HeaderClassName
{
color: #E97AD1;
}
.AnyTagClassName
{
color: #E97AD1;
}
</style>
background-color css
<style>
a { background-color: #E97AD1; }
a { background-color: rgb(233,122,209); }
div.DivClassName
{
background-color: #E97AD1;
}
.BgClassName
{
background-color: #E97AD1;
}
</style>
border-color css
<style>
span { border-color: #E97AD1; }
span { border-color: rgb(233,122,209); }
td.TdClassName
{
border-color: #E97AD1;
}
.TagClassName
{
border-color: #E97AD1;
}
</style>