Shades of Orchid #E96BE6
Tints of Orchid #E96BE6
RGB
CMYK
RGB Variations
Color information
#E96BE6 (or 0xE96BE6) is known color: Orchid. HEX triplet: E9, 6B and E6. RGB value is (233,107,230). Sum of RGB (Red+Green+Blue) = 233+107+230=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 107 (42.19% from 255 or 18.77% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96BE6 is #169419. Grayscale: #9E9E9E. Windows color (decimal): -1479706 or 15100905. OLE color: 15100905.
HSL color Cylindrical-coordinate representation of color #E96BE6: hue angle of 301.43º 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 #E96BE6 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 230 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.09 |
| HSL | 301.43º | 0.74% | 0.67% | - |
| HSV(B) | 301.43º | 0.54% | 0.91% | - |
| XYZ | 53.14 | 33.55 | 78.54 | - |
| YUV | 158.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 230 | 0 | 0.54 | 0.01 | 0.09 | 301.43 | 0.74 | 0.67 |
| Hex | E9 | 6B | E6 | 0 | 36 | 1 | 9 | 12D | 4A | 43 |
| Octal | 351 | 153 | 346 | 0 | 66 | 1 | 11 | 455 | 112 | 103 |
| Binary | 11101001 | 1101011 | 11100110 | 0 | 110110 | 1 | 1001 | 100101101 | 1001010 | 1000011 |
Color Harmonies of #E96BE6
Complementary color
Monochromatic Colors of #E96BE6
Black with #E96BE6
Text Example
Text Example
White with #E96BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BE6; }
p { color: rgb(233,107,230); }
H1.HeaderClassName
{
color: #E96BE6;
}
.AnyTagClassName
{
color: #E96BE6;
}
</style>
background-color css
<style>
a { background-color: #E96BE6; }
a { background-color: rgb(233,107,230); }
div.DivClassName
{
background-color: #E96BE6;
}
.BgClassName
{
background-color: #E96BE6;
}
</style>
border-color css
<style>
span { border-color: #E96BE6; }
span { border-color: rgb(233,107,230); }
td.TdClassName
{
border-color: #E96BE6;
}
.TagClassName
{
border-color: #E96BE6;
}
</style>