Shades of Orchid #E96CCF
Tints of Orchid #E96CCF
RGB
CMYK
RGB Variations
Color information
#E96CCF (or 0xE96CCF) is known color: Orchid. HEX triplet: E9, 6C and CF. RGB value is (233,108,207). Sum of RGB (Red+Green+Blue) = 233+108+207=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CCF is #169330. Grayscale: #9C9C9C. Windows color (decimal): -1479473 or 13593833. OLE color: 13593833.
HSL color Cylindrical-coordinate representation of color #E96CCF: hue angle of 312.48º 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 #E96CCF is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 108 | 207 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.09 |
| HSL | 312.48º | 0.74% | 0.67% | - |
| HSV(B) | 312.48º | 0.54% | 0.91% | - |
| XYZ | 50.23 | 32.55 | 62.67 | - |
| YUV | 156.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 108 | 207 | 0 | 0.54 | 0.11 | 0.09 | 312.48 | 0.74 | 0.67 |
| Hex | E9 | 6C | CF | 0 | 36 | B | 9 | 138 | 4A | 43 |
| Octal | 351 | 154 | 317 | 0 | 66 | 13 | 11 | 470 | 112 | 103 |
| Binary | 11101001 | 1101100 | 11001111 | 0 | 110110 | 1011 | 1001 | 100111000 | 1001010 | 1000011 |
Color Harmonies of #E96CCF
Complementary color
Monochromatic Colors of #E96CCF
Black with #E96CCF
Text Example
Text Example
White with #E96CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96CCF; }
p { color: rgb(233,108,207); }
H1.HeaderClassName
{
color: #E96CCF;
}
.AnyTagClassName
{
color: #E96CCF;
}
</style>
background-color css
<style>
a { background-color: #E96CCF; }
a { background-color: rgb(233,108,207); }
div.DivClassName
{
background-color: #E96CCF;
}
.BgClassName
{
background-color: #E96CCF;
}
</style>
border-color css
<style>
span { border-color: #E96CCF; }
span { border-color: rgb(233,108,207); }
td.TdClassName
{
border-color: #E96CCF;
}
.TagClassName
{
border-color: #E96CCF;
}
</style>