Shades of Orchid #E96DDA
Tints of Orchid #E96DDA
RGB
CMYK
RGB Variations
Color information
#E96DDA (or 0xE96DDA) is known color: Orchid. HEX triplet: E9, 6D and DA. RGB value is (233,109,218). Sum of RGB (Red+Green+Blue) = 233+109+218=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DDA is #169225. Grayscale: #9E9E9E. Windows color (decimal): -1479206 or 14314985. OLE color: 14314985.
HSL color Cylindrical-coordinate representation of color #E96DDA: hue angle of 307.26º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96DDA is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 218 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.09 |
| HSL | 307.26º | 0.74% | 0.67% | - |
| HSV(B) | 307.26º | 0.53% | 0.91% | - |
| XYZ | 51.73 | 33.32 | 70.04 | - |
| YUV | 158.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 218 | 0 | 0.53 | 0.06 | 0.09 | 307.26 | 0.74 | 0.67 |
| Hex | E9 | 6D | DA | 0 | 35 | 6 | 9 | 133 | 4A | 43 |
| Octal | 351 | 155 | 332 | 0 | 65 | 6 | 11 | 463 | 112 | 103 |
| Binary | 11101001 | 1101101 | 11011010 | 0 | 110101 | 110 | 1001 | 100110011 | 1001010 | 1000011 |
Color Harmonies of #E96DDA
Complementary color
Monochromatic Colors of #E96DDA
Black with #E96DDA
Text Example
Text Example
White with #E96DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DDA; }
p { color: rgb(233,109,218); }
H1.HeaderClassName
{
color: #E96DDA;
}
.AnyTagClassName
{
color: #E96DDA;
}
</style>
background-color css
<style>
a { background-color: #E96DDA; }
a { background-color: rgb(233,109,218); }
div.DivClassName
{
background-color: #E96DDA;
}
.BgClassName
{
background-color: #E96DDA;
}
</style>
border-color css
<style>
span { border-color: #E96DDA; }
span { border-color: rgb(233,109,218); }
td.TdClassName
{
border-color: #E96DDA;
}
.TagClassName
{
border-color: #E96DDA;
}
</style>