Shades of Orchid #E97ACF
Tints of Orchid #E97ACF
RGB
CMYK
RGB Variations
Color information
#E97ACF (or 0xE97ACF) is known color: Orchid. HEX triplet: E9, 7A and CF. RGB value is (233,122,207). Sum of RGB (Red+Green+Blue) = 233+122+207=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ACF is #168530. Grayscale: #A4A4A4. Windows color (decimal): -1475889 or 13597417. OLE color: 13597417.
HSL color Cylindrical-coordinate representation of color #E97ACF: hue angle of 314.05º 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 #E97ACF is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 207 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.09 |
| HSL | 314.05º | 0.72% | 0.7% | - |
| HSV(B) | 314.05º | 0.48% | 0.91% | - |
| XYZ | 51.83 | 35.75 | 63.2 | - |
| YUV | 164.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 207 | 0 | 0.48 | 0.11 | 0.09 | 314.05 | 0.72 | 0.7 |
| Hex | E9 | 7A | CF | 0 | 30 | B | 9 | 13A | 48 | 46 |
| Octal | 351 | 172 | 317 | 0 | 60 | 13 | 11 | 472 | 110 | 106 |
| Binary | 11101001 | 1111010 | 11001111 | 0 | 110000 | 1011 | 1001 | 100111010 | 1001000 | 1000110 |
Color Harmonies of #E97ACF
Complementary color
Monochromatic Colors of #E97ACF
Black with #E97ACF
Text Example
Text Example
White with #E97ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97ACF; }
p { color: rgb(233,122,207); }
H1.HeaderClassName
{
color: #E97ACF;
}
.AnyTagClassName
{
color: #E97ACF;
}
</style>
background-color css
<style>
a { background-color: #E97ACF; }
a { background-color: rgb(233,122,207); }
div.DivClassName
{
background-color: #E97ACF;
}
.BgClassName
{
background-color: #E97ACF;
}
</style>
border-color css
<style>
span { border-color: #E97ACF; }
span { border-color: rgb(233,122,207); }
td.TdClassName
{
border-color: #E97ACF;
}
.TagClassName
{
border-color: #E97ACF;
}
</style>