Shades of Orchid #E16BE6
Tints of Orchid #E16BE6
RGB
CMYK
RGB Variations
Color information
#E16BE6 (or 0xE16BE6) is known color: Orchid. HEX triplet: E1, 6B and E6. RGB value is (225,107,230). Sum of RGB (Red+Green+Blue) = 225+107+230=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #E16BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16BE6 is #1E9419. Grayscale: #9B9B9B. Windows color (decimal): -2003994 or 15100897. OLE color: 15100897.
HSL color Cylindrical-coordinate representation of color #E16BE6: hue angle of 297.56º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16BE6 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 107 | 230 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.10 |
| HSL | 297.56º | 0.71% | 0.66% | - |
| HSV(B) | 297.56º | 0.53% | 0.9% | - |
| XYZ | 50.59 | 32.24 | 78.42 | - |
| YUV | 156.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 230 | 0.02 | 0.53 | 0 | 0.10 | 297.56 | 0.71 | 0.66 |
| Hex | E1 | 6B | E6 | 2 | 35 | 0 | A | 12A | 47 | 42 |
| Octal | 341 | 153 | 346 | 2 | 65 | 0 | 12 | 452 | 107 | 102 |
| Binary | 11100001 | 1101011 | 11100110 | 10 | 110101 | 0 | 1010 | 100101010 | 1000111 | 1000010 |
Color Harmonies of #E16BE6
Complementary color
Monochromatic Colors of #E16BE6
Black with #E16BE6
Text Example
Text Example
White with #E16BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BE6; }
p { color: rgb(225,107,230); }
H1.HeaderClassName
{
color: #E16BE6;
}
.AnyTagClassName
{
color: #E16BE6;
}
</style>
background-color css
<style>
a { background-color: #E16BE6; }
a { background-color: rgb(225,107,230); }
div.DivClassName
{
background-color: #E16BE6;
}
.BgClassName
{
background-color: #E16BE6;
}
</style>
border-color css
<style>
span { border-color: #E16BE6; }
span { border-color: rgb(225,107,230); }
td.TdClassName
{
border-color: #E16BE6;
}
.TagClassName
{
border-color: #E16BE6;
}
</style>