Shades of Orchid #E96FCE
Tints of Orchid #E96FCE
RGB
CMYK
RGB Variations
Color information
#E96FCE (or 0xE96FCE) is known color: Orchid. HEX triplet: E9, 6F and CE. RGB value is (233,111,206). Sum of RGB (Red+Green+Blue) = 233+111+206=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FCE is #169031. Grayscale: #9E9E9E. Windows color (decimal): -1478706 or 13529065. OLE color: 13529065.
HSL color Cylindrical-coordinate representation of color #E96FCE: hue angle of 313.28º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FCE is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 206 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.09 |
| HSL | 313.28º | 0.73% | 0.67% | - |
| HSV(B) | 313.28º | 0.52% | 0.91% | - |
| XYZ | 50.43 | 33.15 | 62.13 | - |
| YUV | 158.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 206 | 0 | 0.52 | 0.12 | 0.09 | 313.28 | 0.73 | 0.67 |
| Hex | E9 | 6F | CE | 0 | 34 | C | 9 | 139 | 49 | 43 |
| Octal | 351 | 157 | 316 | 0 | 64 | 14 | 11 | 471 | 111 | 103 |
| Binary | 11101001 | 1101111 | 11001110 | 0 | 110100 | 1100 | 1001 | 100111001 | 1001001 | 1000011 |
Color Harmonies of #E96FCE
Complementary color
Monochromatic Colors of #E96FCE
Black with #E96FCE
Text Example
Text Example
White with #E96FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FCE; }
p { color: rgb(233,111,206); }
H1.HeaderClassName
{
color: #E96FCE;
}
.AnyTagClassName
{
color: #E96FCE;
}
</style>
background-color css
<style>
a { background-color: #E96FCE; }
a { background-color: rgb(233,111,206); }
div.DivClassName
{
background-color: #E96FCE;
}
.BgClassName
{
background-color: #E96FCE;
}
</style>
border-color css
<style>
span { border-color: #E96FCE; }
span { border-color: rgb(233,111,206); }
td.TdClassName
{
border-color: #E96FCE;
}
.TagClassName
{
border-color: #E96FCE;
}
</style>