Shades of Orchid #E96DCE
Tints of Orchid #E96DCE
RGB
CMYK
RGB Variations
Color information
#E96DCE (or 0xE96DCE) is known color: Orchid. HEX triplet: E9, 6D and CE. RGB value is (233,109,206). Sum of RGB (Red+Green+Blue) = 233+109+206=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DCE is #169231. Grayscale: #9C9C9C. Windows color (decimal): -1479218 or 13528553. OLE color: 13528553.
HSL color Cylindrical-coordinate representation of color #E96DCE: hue angle of 313.06º 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 #E96DCE is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 109 | 206 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.09 |
| HSL | 313.06º | 0.74% | 0.67% | - |
| HSV(B) | 313.06º | 0.53% | 0.91% | - |
| XYZ | 50.21 | 32.72 | 62.06 | - |
| YUV | 157.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 206 | 0 | 0.53 | 0.12 | 0.09 | 313.06 | 0.74 | 0.67 |
| Hex | E9 | 6D | CE | 0 | 35 | C | 9 | 139 | 4A | 43 |
| Octal | 351 | 155 | 316 | 0 | 65 | 14 | 11 | 471 | 112 | 103 |
| Binary | 11101001 | 1101101 | 11001110 | 0 | 110101 | 1100 | 1001 | 100111001 | 1001010 | 1000011 |
Color Harmonies of #E96DCE
Complementary color
Monochromatic Colors of #E96DCE
Black with #E96DCE
Text Example
Text Example
White with #E96DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DCE; }
p { color: rgb(233,109,206); }
H1.HeaderClassName
{
color: #E96DCE;
}
.AnyTagClassName
{
color: #E96DCE;
}
</style>
background-color css
<style>
a { background-color: #E96DCE; }
a { background-color: rgb(233,109,206); }
div.DivClassName
{
background-color: #E96DCE;
}
.BgClassName
{
background-color: #E96DCE;
}
</style>
border-color css
<style>
span { border-color: #E96DCE; }
span { border-color: rgb(233,109,206); }
td.TdClassName
{
border-color: #E96DCE;
}
.TagClassName
{
border-color: #E96DCE;
}
</style>