Shades of Orchid #E96DD0
Tints of Orchid #E96DD0
RGB
CMYK
RGB Variations
Color information
#E96DD0 (or 0xE96DD0) is known color: Orchid. HEX triplet: E9, 6D and D0. RGB value is (233,109,208). Sum of RGB (Red+Green+Blue) = 233+109+208=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DD0 is #16922F. Grayscale: #9D9D9D. Windows color (decimal): -1479216 or 13659625. OLE color: 13659625.
HSL color Cylindrical-coordinate representation of color #E96DD0: hue angle of 312.1º 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 #E96DD0 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 208 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.09 |
| HSL | 312.1º | 0.74% | 0.67% | - |
| HSV(B) | 312.1º | 0.53% | 0.91% | - |
| XYZ | 50.46 | 32.81 | 63.35 | - |
| YUV | 157.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 208 | 0 | 0.53 | 0.11 | 0.09 | 312.1 | 0.74 | 0.67 |
| Hex | E9 | 6D | D0 | 0 | 35 | B | 9 | 138 | 4A | 43 |
| Octal | 351 | 155 | 320 | 0 | 65 | 13 | 11 | 470 | 112 | 103 |
| Binary | 11101001 | 1101101 | 11010000 | 0 | 110101 | 1011 | 1001 | 100111000 | 1001010 | 1000011 |
Color Harmonies of #E96DD0
Complementary color
Monochromatic Colors of #E96DD0
Black with #E96DD0
Text Example
Text Example
White with #E96DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DD0; }
p { color: rgb(233,109,208); }
H1.HeaderClassName
{
color: #E96DD0;
}
.AnyTagClassName
{
color: #E96DD0;
}
</style>
background-color css
<style>
a { background-color: #E96DD0; }
a { background-color: rgb(233,109,208); }
div.DivClassName
{
background-color: #E96DD0;
}
.BgClassName
{
background-color: #E96DD0;
}
</style>
border-color css
<style>
span { border-color: #E96DD0; }
span { border-color: rgb(233,109,208); }
td.TdClassName
{
border-color: #E96DD0;
}
.TagClassName
{
border-color: #E96DD0;
}
</style>