Shades of Orchid #E96CDF
Tints of Orchid #E96CDF
RGB
CMYK
RGB Variations
Color information
#E96CDF (or 0xE96CDF) is known color: Orchid. HEX triplet: E9, 6C and DF. RGB value is (233,108,223). Sum of RGB (Red+Green+Blue) = 233+108+223=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CDF is #169320. Grayscale: #9E9E9E. Windows color (decimal): -1479457 or 14642409. OLE color: 14642409.
HSL color Cylindrical-coordinate representation of color #E96CDF: hue angle of 304.8º 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 #E96CDF is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 223 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.09 |
| HSL | 304.8º | 0.74% | 0.67% | - |
| HSV(B) | 304.8º | 0.54% | 0.91% | - |
| XYZ | 52.29 | 33.38 | 73.5 | - |
| YUV | 158.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 223 | 0 | 0.54 | 0.04 | 0.09 | 304.8 | 0.74 | 0.67 |
| Hex | E9 | 6C | DF | 0 | 36 | 4 | 9 | 131 | 4A | 43 |
| Octal | 351 | 154 | 337 | 0 | 66 | 4 | 11 | 461 | 112 | 103 |
| Binary | 11101001 | 1101100 | 11011111 | 0 | 110110 | 100 | 1001 | 100110001 | 1001010 | 1000011 |
Color Harmonies of #E96CDF
Complementary color
Monochromatic Colors of #E96CDF
Black with #E96CDF
Text Example
Text Example
White with #E96CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CDF; }
p { color: rgb(233,108,223); }
H1.HeaderClassName
{
color: #E96CDF;
}
.AnyTagClassName
{
color: #E96CDF;
}
</style>
background-color css
<style>
a { background-color: #E96CDF; }
a { background-color: rgb(233,108,223); }
div.DivClassName
{
background-color: #E96CDF;
}
.BgClassName
{
background-color: #E96CDF;
}
</style>
border-color css
<style>
span { border-color: #E96CDF; }
span { border-color: rgb(233,108,223); }
td.TdClassName
{
border-color: #E96CDF;
}
.TagClassName
{
border-color: #E96CDF;
}
</style>