Shades of Orchid #E96CCC
Tints of Orchid #E96CCC
RGB
CMYK
RGB Variations
Color information
#E96CCC (or 0xE96CCC) is known color: Orchid. HEX triplet: E9, 6C and CC. RGB value is (233,108,204). Sum of RGB (Red+Green+Blue) = 233+108+204=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CCC is #169333. Grayscale: #9C9C9C. Windows color (decimal): -1479476 or 13397225. OLE color: 13397225.
HSL color Cylindrical-coordinate representation of color #E96CCC: hue angle of 313.92º 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 #E96CCC is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 204 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.09 |
| HSL | 313.92º | 0.74% | 0.67% | - |
| HSV(B) | 313.92º | 0.54% | 0.91% | - |
| XYZ | 49.87 | 32.41 | 60.75 | - |
| YUV | 156.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 204 | 0 | 0.54 | 0.12 | 0.09 | 313.92 | 0.74 | 0.67 |
| Hex | E9 | 6C | CC | 0 | 36 | C | 9 | 13A | 4A | 43 |
| Octal | 351 | 154 | 314 | 0 | 66 | 14 | 11 | 472 | 112 | 103 |
| Binary | 11101001 | 1101100 | 11001100 | 0 | 110110 | 1100 | 1001 | 100111010 | 1001010 | 1000011 |
Color Harmonies of #E96CCC
Complementary color
Monochromatic Colors of #E96CCC
Black with #E96CCC
Text Example
Text Example
White with #E96CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CCC; }
p { color: rgb(233,108,204); }
H1.HeaderClassName
{
color: #E96CCC;
}
.AnyTagClassName
{
color: #E96CCC;
}
</style>
background-color css
<style>
a { background-color: #E96CCC; }
a { background-color: rgb(233,108,204); }
div.DivClassName
{
background-color: #E96CCC;
}
.BgClassName
{
background-color: #E96CCC;
}
</style>
border-color css
<style>
span { border-color: #E96CCC; }
span { border-color: rgb(233,108,204); }
td.TdClassName
{
border-color: #E96CCC;
}
.TagClassName
{
border-color: #E96CCC;
}
</style>