Shades of Orchid #E17BC6
Tints of Orchid #E17BC6
RGB
CMYK
RGB Variations
Color information
#E17BC6 (or 0xE17BC6) is known color: Orchid. HEX triplet: E1, 7B and C6. RGB value is (225,123,198). Sum of RGB (Red+Green+Blue) = 225+123+198=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BC6 is #1E8439. Grayscale: #A1A1A1. Windows color (decimal): -1999930 or 13007841. OLE color: 13007841.
HSL color Cylindrical-coordinate representation of color #E17BC6: hue angle of 315.88º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17BC6 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 198 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.12 |
| HSL | 315.88º | 0.63% | 0.68% | - |
| HSV(B) | 315.88º | 0.45% | 0.88% | - |
| XYZ | 48.33 | 34.25 | 57.49 | - |
| YUV | 162.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 198 | 0 | 0.45 | 0.12 | 0.12 | 315.88 | 0.63 | 0.68 |
| Hex | E1 | 7B | C6 | 0 | 2D | C | C | 13C | 3F | 44 |
| Octal | 341 | 173 | 306 | 0 | 55 | 14 | 14 | 474 | 77 | 104 |
| Binary | 11100001 | 1111011 | 11000110 | 0 | 101101 | 1100 | 1100 | 100111100 | 111111 | 1000100 |
Color Harmonies of #E17BC6
Complementary color
Monochromatic Colors of #E17BC6
Black with #E17BC6
Text Example
Text Example
White with #E17BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BC6; }
p { color: rgb(225,123,198); }
H1.HeaderClassName
{
color: #E17BC6;
}
.AnyTagClassName
{
color: #E17BC6;
}
</style>
background-color css
<style>
a { background-color: #E17BC6; }
a { background-color: rgb(225,123,198); }
div.DivClassName
{
background-color: #E17BC6;
}
.BgClassName
{
background-color: #E17BC6;
}
</style>
border-color css
<style>
span { border-color: #E17BC6; }
span { border-color: rgb(225,123,198); }
td.TdClassName
{
border-color: #E17BC6;
}
.TagClassName
{
border-color: #E17BC6;
}
</style>