Shades of Orchid #E96FCD
Tints of Orchid #E96FCD
RGB
CMYK
RGB Variations
Color information
#E96FCD (or 0xE96FCD) is known color: Orchid. HEX triplet: E9, 6F and CD. RGB value is (233,111,205). Sum of RGB (Red+Green+Blue) = 233+111+205=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FCD is #169032. Grayscale: #9D9D9D. Windows color (decimal): -1478707 or 13463529. OLE color: 13463529.
HSL color Cylindrical-coordinate representation of color #E96FCD: hue angle of 313.77º 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 #E96FCD is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 205 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.09 |
| HSL | 313.77º | 0.73% | 0.67% | - |
| HSV(B) | 313.77º | 0.52% | 0.91% | - |
| XYZ | 50.31 | 33.1 | 61.5 | - |
| YUV | 158.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 205 | 0 | 0.52 | 0.12 | 0.09 | 313.77 | 0.73 | 0.67 |
| Hex | E9 | 6F | CD | 0 | 34 | C | 9 | 13A | 49 | 43 |
| Octal | 351 | 157 | 315 | 0 | 64 | 14 | 11 | 472 | 111 | 103 |
| Binary | 11101001 | 1101111 | 11001101 | 0 | 110100 | 1100 | 1001 | 100111010 | 1001001 | 1000011 |
Color Harmonies of #E96FCD
Complementary color
Monochromatic Colors of #E96FCD
Black with #E96FCD
Text Example
Text Example
White with #E96FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FCD; }
p { color: rgb(233,111,205); }
H1.HeaderClassName
{
color: #E96FCD;
}
.AnyTagClassName
{
color: #E96FCD;
}
</style>
background-color css
<style>
a { background-color: #E96FCD; }
a { background-color: rgb(233,111,205); }
div.DivClassName
{
background-color: #E96FCD;
}
.BgClassName
{
background-color: #E96FCD;
}
</style>
border-color css
<style>
span { border-color: #E96FCD; }
span { border-color: rgb(233,111,205); }
td.TdClassName
{
border-color: #E96FCD;
}
.TagClassName
{
border-color: #E96FCD;
}
</style>