Shades of Orchid #E96CDC
Tints of Orchid #E96CDC
RGB
CMYK
RGB Variations
Color information
#E96CDC (or 0xE96CDC) is known color: Orchid. HEX triplet: E9, 6C and DC. RGB value is (233,108,220). Sum of RGB (Red+Green+Blue) = 233+108+220=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CDC is #169323. Grayscale: #9D9D9D. Windows color (decimal): -1479460 or 14445801. OLE color: 14445801.
HSL color Cylindrical-coordinate representation of color #E96CDC: hue angle of 306.24º 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 #E96CDC is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 220 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.09 |
| HSL | 306.24º | 0.74% | 0.67% | - |
| HSV(B) | 306.24º | 0.54% | 0.91% | - |
| XYZ | 51.89 | 33.22 | 71.39 | - |
| YUV | 158.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 220 | 0 | 0.54 | 0.06 | 0.09 | 306.24 | 0.74 | 0.67 |
| Hex | E9 | 6C | DC | 0 | 36 | 6 | 9 | 132 | 4A | 43 |
| Octal | 351 | 154 | 334 | 0 | 66 | 6 | 11 | 462 | 112 | 103 |
| Binary | 11101001 | 1101100 | 11011100 | 0 | 110110 | 110 | 1001 | 100110010 | 1001010 | 1000011 |
Color Harmonies of #E96CDC
Complementary color
Monochromatic Colors of #E96CDC
Black with #E96CDC
Text Example
Text Example
White with #E96CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CDC; }
p { color: rgb(233,108,220); }
H1.HeaderClassName
{
color: #E96CDC;
}
.AnyTagClassName
{
color: #E96CDC;
}
</style>
background-color css
<style>
a { background-color: #E96CDC; }
a { background-color: rgb(233,108,220); }
div.DivClassName
{
background-color: #E96CDC;
}
.BgClassName
{
background-color: #E96CDC;
}
</style>
border-color css
<style>
span { border-color: #E96CDC; }
span { border-color: rgb(233,108,220); }
td.TdClassName
{
border-color: #E96CDC;
}
.TagClassName
{
border-color: #E96CDC;
}
</style>