Shades of Orchid #E96DCC
Tints of Orchid #E96DCC
RGB
CMYK
RGB Variations
Color information
#E96DCC (or 0xE96DCC) is known color: Orchid. HEX triplet: E9, 6D and CC. RGB value is (233,109,204). Sum of RGB (Red+Green+Blue) = 233+109+204=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DCC is #169233. Grayscale: #9C9C9C. Windows color (decimal): -1479220 or 13397481. OLE color: 13397481.
HSL color Cylindrical-coordinate representation of color #E96DCC: hue angle of 314.03º 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 #E96DCC is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 204 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.09 |
| HSL | 314.03º | 0.74% | 0.67% | - |
| HSV(B) | 314.03º | 0.53% | 0.91% | - |
| XYZ | 49.97 | 32.62 | 60.79 | - |
| YUV | 156.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 204 | 0 | 0.53 | 0.12 | 0.09 | 314.03 | 0.74 | 0.67 |
| Hex | E9 | 6D | CC | 0 | 35 | C | 9 | 13A | 4A | 43 |
| Octal | 351 | 155 | 314 | 0 | 65 | 14 | 11 | 472 | 112 | 103 |
| Binary | 11101001 | 1101101 | 11001100 | 0 | 110101 | 1100 | 1001 | 100111010 | 1001010 | 1000011 |
Color Harmonies of #E96DCC
Complementary color
Monochromatic Colors of #E96DCC
Black with #E96DCC
Text Example
Text Example
White with #E96DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DCC; }
p { color: rgb(233,109,204); }
H1.HeaderClassName
{
color: #E96DCC;
}
.AnyTagClassName
{
color: #E96DCC;
}
</style>
background-color css
<style>
a { background-color: #E96DCC; }
a { background-color: rgb(233,109,204); }
div.DivClassName
{
background-color: #E96DCC;
}
.BgClassName
{
background-color: #E96DCC;
}
</style>
border-color css
<style>
span { border-color: #E96DCC; }
span { border-color: rgb(233,109,204); }
td.TdClassName
{
border-color: #E96DCC;
}
.TagClassName
{
border-color: #E96DCC;
}
</style>