Shades of Orchid #E96CDA
Tints of Orchid #E96CDA
RGB
CMYK
RGB Variations
Color information
#E96CDA (or 0xE96CDA) is known color: Orchid. HEX triplet: E9, 6C and DA. RGB value is (233,108,218). Sum of RGB (Red+Green+Blue) = 233+108+218=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CDA is #169325. Grayscale: #9D9D9D. Windows color (decimal): -1479462 or 14314729. OLE color: 14314729.
HSL color Cylindrical-coordinate representation of color #E96CDA: hue angle of 307.2º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96CDA is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 218 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.09 |
| HSL | 307.2º | 0.74% | 0.67% | - |
| HSV(B) | 307.2º | 0.54% | 0.91% | - |
| XYZ | 51.62 | 33.11 | 70 | - |
| YUV | 157.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 218 | 0 | 0.54 | 0.06 | 0.09 | 307.2 | 0.74 | 0.67 |
| Hex | E9 | 6C | DA | 0 | 36 | 6 | 9 | 133 | 4A | 43 |
| Octal | 351 | 154 | 332 | 0 | 66 | 6 | 11 | 463 | 112 | 103 |
| Binary | 11101001 | 1101100 | 11011010 | 0 | 110110 | 110 | 1001 | 100110011 | 1001010 | 1000011 |
Color Harmonies of #E96CDA
Complementary color
Monochromatic Colors of #E96CDA
Black with #E96CDA
Text Example
Text Example
White with #E96CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CDA; }
p { color: rgb(233,108,218); }
H1.HeaderClassName
{
color: #E96CDA;
}
.AnyTagClassName
{
color: #E96CDA;
}
</style>
background-color css
<style>
a { background-color: #E96CDA; }
a { background-color: rgb(233,108,218); }
div.DivClassName
{
background-color: #E96CDA;
}
.BgClassName
{
background-color: #E96CDA;
}
</style>
border-color css
<style>
span { border-color: #E96CDA; }
span { border-color: rgb(233,108,218); }
td.TdClassName
{
border-color: #E96CDA;
}
.TagClassName
{
border-color: #E96CDA;
}
</style>