Shades of Orchid #E96CCD
Tints of Orchid #E96CCD
RGB
CMYK
RGB Variations
Color information
#E96CCD (or 0xE96CCD) is known color: Orchid. HEX triplet: E9, 6C and CD. RGB value is (233,108,205). Sum of RGB (Red+Green+Blue) = 233+108+205=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CCD is #169332. Grayscale: #9C9C9C. Windows color (decimal): -1479475 or 13462761. OLE color: 13462761.
HSL color Cylindrical-coordinate representation of color #E96CCD: hue angle of 313.44º 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 #E96CCD is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 205 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.09 |
| HSL | 313.44º | 0.74% | 0.67% | - |
| HSV(B) | 313.44º | 0.54% | 0.91% | - |
| XYZ | 49.99 | 32.46 | 61.39 | - |
| YUV | 156.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 205 | 0 | 0.54 | 0.12 | 0.09 | 313.44 | 0.74 | 0.67 |
| Hex | E9 | 6C | CD | 0 | 36 | C | 9 | 139 | 4A | 43 |
| Octal | 351 | 154 | 315 | 0 | 66 | 14 | 11 | 471 | 112 | 103 |
| Binary | 11101001 | 1101100 | 11001101 | 0 | 110110 | 1100 | 1001 | 100111001 | 1001010 | 1000011 |
Color Harmonies of #E96CCD
Complementary color
Monochromatic Colors of #E96CCD
Black with #E96CCD
Text Example
Text Example
White with #E96CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CCD; }
p { color: rgb(233,108,205); }
H1.HeaderClassName
{
color: #E96CCD;
}
.AnyTagClassName
{
color: #E96CCD;
}
</style>
background-color css
<style>
a { background-color: #E96CCD; }
a { background-color: rgb(233,108,205); }
div.DivClassName
{
background-color: #E96CCD;
}
.BgClassName
{
background-color: #E96CCD;
}
</style>
border-color css
<style>
span { border-color: #E96CCD; }
span { border-color: rgb(233,108,205); }
td.TdClassName
{
border-color: #E96CCD;
}
.TagClassName
{
border-color: #E96CCD;
}
</style>