Shades of Orchid #E16BC1
Tints of Orchid #E16BC1
RGB
CMYK
RGB Variations
Color information
#E16BC1 (or 0xE16BC1) is known color: Orchid. HEX triplet: E1, 6B and C1. RGB value is (225,107,193). Sum of RGB (Red+Green+Blue) = 225+107+193=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BC1 is #1E943E. Grayscale: #979797. Windows color (decimal): -2004031 or 12676065. OLE color: 12676065.
HSL color Cylindrical-coordinate representation of color #E16BC1: hue angle of 316.27º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16BC1 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 193 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.12 |
| HSL | 316.27º | 0.66% | 0.65% | - |
| HSV(B) | 316.27º | 0.52% | 0.88% | - |
| XYZ | 45.93 | 30.37 | 53.89 | - |
| YUV | 152.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 193 | 0 | 0.52 | 0.14 | 0.12 | 316.27 | 0.66 | 0.65 |
| Hex | E1 | 6B | C1 | 0 | 34 | E | C | 13C | 42 | 41 |
| Octal | 341 | 153 | 301 | 0 | 64 | 16 | 14 | 474 | 102 | 101 |
| Binary | 11100001 | 1101011 | 11000001 | 0 | 110100 | 1110 | 1100 | 100111100 | 1000010 | 1000001 |
Color Harmonies of #E16BC1
Complementary color
Monochromatic Colors of #E16BC1
Black with #E16BC1
Text Example
Text Example
White with #E16BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BC1; }
p { color: rgb(225,107,193); }
H1.HeaderClassName
{
color: #E16BC1;
}
.AnyTagClassName
{
color: #E16BC1;
}
</style>
background-color css
<style>
a { background-color: #E16BC1; }
a { background-color: rgb(225,107,193); }
div.DivClassName
{
background-color: #E16BC1;
}
.BgClassName
{
background-color: #E16BC1;
}
</style>
border-color css
<style>
span { border-color: #E16BC1; }
span { border-color: rgb(225,107,193); }
td.TdClassName
{
border-color: #E16BC1;
}
.TagClassName
{
border-color: #E16BC1;
}
</style>