Shades of Orchid #E16FCB
Tints of Orchid #E16FCB
RGB
CMYK
RGB Variations
Color information
#E16FCB (or 0xE16FCB) is known color: Orchid. HEX triplet: E1, 6F and CB. RGB value is (225,111,203). Sum of RGB (Red+Green+Blue) = 225+111+203=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FCB is #1E9034. Grayscale: #9B9B9B. Windows color (decimal): -2002997 or 13332449. OLE color: 13332449.
HSL color Cylindrical-coordinate representation of color #E16FCB: hue angle of 311.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16FCB is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 203 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.12 |
| HSL | 311.58º | 0.66% | 0.66% | - |
| HSV(B) | 311.58º | 0.51% | 0.88% | - |
| XYZ | 47.52 | 31.69 | 60.11 | - |
| YUV | 155.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 203 | 0 | 0.51 | 0.10 | 0.12 | 311.58 | 0.66 | 0.66 |
| Hex | E1 | 6F | CB | 0 | 33 | A | C | 138 | 42 | 42 |
| Octal | 341 | 157 | 313 | 0 | 63 | 12 | 14 | 470 | 102 | 102 |
| Binary | 11100001 | 1101111 | 11001011 | 0 | 110011 | 1010 | 1100 | 100111000 | 1000010 | 1000010 |
Color Harmonies of #E16FCB
Complementary color
Monochromatic Colors of #E16FCB
Black with #E16FCB
Text Example
Text Example
White with #E16FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16FCB; }
p { color: rgb(225,111,203); }
H1.HeaderClassName
{
color: #E16FCB;
}
.AnyTagClassName
{
color: #E16FCB;
}
</style>
background-color css
<style>
a { background-color: #E16FCB; }
a { background-color: rgb(225,111,203); }
div.DivClassName
{
background-color: #E16FCB;
}
.BgClassName
{
background-color: #E16FCB;
}
</style>
border-color css
<style>
span { border-color: #E16FCB; }
span { border-color: rgb(225,111,203); }
td.TdClassName
{
border-color: #E16FCB;
}
.TagClassName
{
border-color: #E16FCB;
}
</style>