Shades of Orchid #E16CCB
Tints of Orchid #E16CCB
RGB
CMYK
RGB Variations
Color information
#E16CCB (or 0xE16CCB) is known color: Orchid. HEX triplet: E1, 6C and CB. RGB value is (225,108,203). Sum of RGB (Red+Green+Blue) = 225+108+203=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CCB is #1E9334. Grayscale: #999999. Windows color (decimal): -2003765 or 13331681. OLE color: 13331681.
HSL color Cylindrical-coordinate representation of color #E16CCB: hue angle of 311.28º 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 #E16CCB is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 203 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.12 |
| HSL | 311.28º | 0.66% | 0.65% | - |
| HSV(B) | 311.28º | 0.52% | 0.88% | - |
| XYZ | 47.19 | 31.04 | 60 | - |
| YUV | 153.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 203 | 0 | 0.52 | 0.10 | 0.12 | 311.28 | 0.66 | 0.65 |
| Hex | E1 | 6C | CB | 0 | 34 | A | C | 137 | 42 | 41 |
| Octal | 341 | 154 | 313 | 0 | 64 | 12 | 14 | 467 | 102 | 101 |
| Binary | 11100001 | 1101100 | 11001011 | 0 | 110100 | 1010 | 1100 | 100110111 | 1000010 | 1000001 |
Color Harmonies of #E16CCB
Complementary color
Monochromatic Colors of #E16CCB
Black with #E16CCB
Text Example
Text Example
White with #E16CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CCB; }
p { color: rgb(225,108,203); }
H1.HeaderClassName
{
color: #E16CCB;
}
.AnyTagClassName
{
color: #E16CCB;
}
</style>
background-color css
<style>
a { background-color: #E16CCB; }
a { background-color: rgb(225,108,203); }
div.DivClassName
{
background-color: #E16CCB;
}
.BgClassName
{
background-color: #E16CCB;
}
</style>
border-color css
<style>
span { border-color: #E16CCB; }
span { border-color: rgb(225,108,203); }
td.TdClassName
{
border-color: #E16CCB;
}
.TagClassName
{
border-color: #E16CCB;
}
</style>