Shades of Orchid #E16BD3
Tints of Orchid #E16BD3
RGB
CMYK
RGB Variations
Color information
#E16BD3 (or 0xE16BD3) is known color: Orchid. HEX triplet: E1, 6B and D3. RGB value is (225,107,211). Sum of RGB (Red+Green+Blue) = 225+107+211=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BD3 is #1E942C. Grayscale: #999999. Windows color (decimal): -2004013 or 13855713. OLE color: 13855713.
HSL color Cylindrical-coordinate representation of color #E16BD3: hue angle of 307.12º 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 #E16BD3 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 211 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.12 |
| HSL | 307.12º | 0.66% | 0.65% | - |
| HSV(B) | 307.12º | 0.52% | 0.88% | - |
| XYZ | 48.07 | 31.23 | 65.12 | - |
| YUV | 154.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 211 | 0 | 0.52 | 0.06 | 0.12 | 307.12 | 0.66 | 0.65 |
| Hex | E1 | 6B | D3 | 0 | 34 | 6 | C | 133 | 42 | 41 |
| Octal | 341 | 153 | 323 | 0 | 64 | 6 | 14 | 463 | 102 | 101 |
| Binary | 11100001 | 1101011 | 11010011 | 0 | 110100 | 110 | 1100 | 100110011 | 1000010 | 1000001 |
Color Harmonies of #E16BD3
Complementary color
Monochromatic Colors of #E16BD3
Black with #E16BD3
Text Example
Text Example
White with #E16BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BD3; }
p { color: rgb(225,107,211); }
H1.HeaderClassName
{
color: #E16BD3;
}
.AnyTagClassName
{
color: #E16BD3;
}
</style>
background-color css
<style>
a { background-color: #E16BD3; }
a { background-color: rgb(225,107,211); }
div.DivClassName
{
background-color: #E16BD3;
}
.BgClassName
{
background-color: #E16BD3;
}
</style>
border-color css
<style>
span { border-color: #E16BD3; }
span { border-color: rgb(225,107,211); }
td.TdClassName
{
border-color: #E16BD3;
}
.TagClassName
{
border-color: #E16BD3;
}
</style>