Shades of Orchid #E96DD4
Tints of Orchid #E96DD4
RGB
CMYK
RGB Variations
Color information
#E96DD4 (or 0xE96DD4) is known color: Orchid. HEX triplet: E9, 6D and D4. RGB value is (233,109,212). Sum of RGB (Red+Green+Blue) = 233+109+212=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DD4 is #16922B. Grayscale: #9D9D9D. Windows color (decimal): -1479212 or 13921769. OLE color: 13921769.
HSL color Cylindrical-coordinate representation of color #E96DD4: hue angle of 310.16º 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 #E96DD4 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 212 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.09 |
| HSL | 310.16º | 0.74% | 0.67% | - |
| HSV(B) | 310.16º | 0.53% | 0.91% | - |
| XYZ | 50.96 | 33.01 | 65.97 | - |
| YUV | 157.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 212 | 0 | 0.53 | 0.09 | 0.09 | 310.16 | 0.74 | 0.67 |
| Hex | E9 | 6D | D4 | 0 | 35 | 9 | 9 | 136 | 4A | 43 |
| Octal | 351 | 155 | 324 | 0 | 65 | 11 | 11 | 466 | 112 | 103 |
| Binary | 11101001 | 1101101 | 11010100 | 0 | 110101 | 1001 | 1001 | 100110110 | 1001010 | 1000011 |
Color Harmonies of #E96DD4
Complementary color
Monochromatic Colors of #E96DD4
Black with #E96DD4
Text Example
Text Example
White with #E96DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DD4; }
p { color: rgb(233,109,212); }
H1.HeaderClassName
{
color: #E96DD4;
}
.AnyTagClassName
{
color: #E96DD4;
}
</style>
background-color css
<style>
a { background-color: #E96DD4; }
a { background-color: rgb(233,109,212); }
div.DivClassName
{
background-color: #E96DD4;
}
.BgClassName
{
background-color: #E96DD4;
}
</style>
border-color css
<style>
span { border-color: #E96DD4; }
span { border-color: rgb(233,109,212); }
td.TdClassName
{
border-color: #E96DD4;
}
.TagClassName
{
border-color: #E96DD4;
}
</style>