Shades of Orchid #E97AD3
Tints of Orchid #E97AD3
RGB
CMYK
RGB Variations
Color information
#E97AD3 (or 0xE97AD3) is known color: Orchid. HEX triplet: E9, 7A and D3. RGB value is (233,122,211). Sum of RGB (Red+Green+Blue) = 233+122+211=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97AD3 is #16852C. Grayscale: #A5A5A5. Windows color (decimal): -1475885 or 13859561. OLE color: 13859561.
HSL color Cylindrical-coordinate representation of color #E97AD3: hue angle of 311.89º 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 #E97AD3 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 211 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.09 |
| HSL | 311.89º | 0.72% | 0.7% | - |
| HSV(B) | 311.89º | 0.48% | 0.91% | - |
| XYZ | 52.32 | 35.95 | 65.81 | - |
| YUV | 165.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 211 | 0 | 0.48 | 0.09 | 0.09 | 311.89 | 0.72 | 0.7 |
| Hex | E9 | 7A | D3 | 0 | 30 | 9 | 9 | 138 | 48 | 46 |
| Octal | 351 | 172 | 323 | 0 | 60 | 11 | 11 | 470 | 110 | 106 |
| Binary | 11101001 | 1111010 | 11010011 | 0 | 110000 | 1001 | 1001 | 100111000 | 1001000 | 1000110 |
Color Harmonies of #E97AD3
Complementary color
Monochromatic Colors of #E97AD3
Black with #E97AD3
Text Example
Text Example
White with #E97AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97AD3; }
p { color: rgb(233,122,211); }
H1.HeaderClassName
{
color: #E97AD3;
}
.AnyTagClassName
{
color: #E97AD3;
}
</style>
background-color css
<style>
a { background-color: #E97AD3; }
a { background-color: rgb(233,122,211); }
div.DivClassName
{
background-color: #E97AD3;
}
.BgClassName
{
background-color: #E97AD3;
}
</style>
border-color css
<style>
span { border-color: #E97AD3; }
span { border-color: rgb(233,122,211); }
td.TdClassName
{
border-color: #E97AD3;
}
.TagClassName
{
border-color: #E97AD3;
}
</style>