Shades of Orchid #E17BCE
Tints of Orchid #E17BCE
RGB
CMYK
RGB Variations
Color information
#E17BCE (or 0xE17BCE) is known color: Orchid. HEX triplet: E1, 7B and CE. RGB value is (225,123,206). Sum of RGB (Red+Green+Blue) = 225+123+206=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BCE is #1E8431. Grayscale: #A2A2A2. Windows color (decimal): -1999922 or 13532129. OLE color: 13532129.
HSL color Cylindrical-coordinate representation of color #E17BCE: hue angle of 311.18º 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 #E17BCE is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 206 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.12 |
| HSL | 311.18º | 0.63% | 0.68% | - |
| HSV(B) | 311.18º | 0.45% | 0.88% | - |
| XYZ | 49.27 | 34.63 | 62.48 | - |
| YUV | 162.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 206 | 0 | 0.45 | 0.08 | 0.12 | 311.18 | 0.63 | 0.68 |
| Hex | E1 | 7B | CE | 0 | 2D | 8 | C | 137 | 3F | 44 |
| Octal | 341 | 173 | 316 | 0 | 55 | 10 | 14 | 467 | 77 | 104 |
| Binary | 11100001 | 1111011 | 11001110 | 0 | 101101 | 1000 | 1100 | 100110111 | 111111 | 1000100 |
Color Harmonies of #E17BCE
Complementary color
Monochromatic Colors of #E17BCE
Black with #E17BCE
Text Example
Text Example
White with #E17BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BCE; }
p { color: rgb(225,123,206); }
H1.HeaderClassName
{
color: #E17BCE;
}
.AnyTagClassName
{
color: #E17BCE;
}
</style>
background-color css
<style>
a { background-color: #E17BCE; }
a { background-color: rgb(225,123,206); }
div.DivClassName
{
background-color: #E17BCE;
}
.BgClassName
{
background-color: #E17BCE;
}
</style>
border-color css
<style>
span { border-color: #E17BCE; }
span { border-color: rgb(225,123,206); }
td.TdClassName
{
border-color: #E17BCE;
}
.TagClassName
{
border-color: #E17BCE;
}
</style>