Shades of Orchid #E97AD2
Tints of Orchid #E97AD2
RGB
CMYK
RGB Variations
Color information
#E97AD2 (or 0xE97AD2) is known color: Orchid. HEX triplet: E9, 7A and D2. RGB value is (233,122,210). Sum of RGB (Red+Green+Blue) = 233+122+210=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97AD2 is #16852D. Grayscale: #A4A4A4. Windows color (decimal): -1475886 or 13794025. OLE color: 13794025.
HSL color Cylindrical-coordinate representation of color #E97AD2: hue angle of 312.43º 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 #E97AD2 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 210 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.09 |
| HSL | 312.43º | 0.72% | 0.7% | - |
| HSV(B) | 312.43º | 0.48% | 0.91% | - |
| XYZ | 52.2 | 35.9 | 65.15 | - |
| YUV | 165.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 210 | 0 | 0.48 | 0.10 | 0.09 | 312.43 | 0.72 | 0.7 |
| Hex | E9 | 7A | D2 | 0 | 30 | A | 9 | 138 | 48 | 46 |
| Octal | 351 | 172 | 322 | 0 | 60 | 12 | 11 | 470 | 110 | 106 |
| Binary | 11101001 | 1111010 | 11010010 | 0 | 110000 | 1010 | 1001 | 100111000 | 1001000 | 1000110 |
Color Harmonies of #E97AD2
Complementary color
Monochromatic Colors of #E97AD2
Black with #E97AD2
Text Example
Text Example
White with #E97AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97AD2; }
p { color: rgb(233,122,210); }
H1.HeaderClassName
{
color: #E97AD2;
}
.AnyTagClassName
{
color: #E97AD2;
}
</style>
background-color css
<style>
a { background-color: #E97AD2; }
a { background-color: rgb(233,122,210); }
div.DivClassName
{
background-color: #E97AD2;
}
.BgClassName
{
background-color: #E97AD2;
}
</style>
border-color css
<style>
span { border-color: #E97AD2; }
span { border-color: rgb(233,122,210); }
td.TdClassName
{
border-color: #E97AD2;
}
.TagClassName
{
border-color: #E97AD2;
}
</style>