Shades of Orchid #E17CCB
Tints of Orchid #E17CCB
RGB
CMYK
RGB Variations
Color information
#E17CCB (or 0xE17CCB) is known color: Orchid. HEX triplet: E1, 7C and CB. RGB value is (225,124,203). Sum of RGB (Red+Green+Blue) = 225+124+203=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CCB is #1E8334. Grayscale: #A2A2A2. Windows color (decimal): -1999669 or 13335777. OLE color: 13335777.
HSL color Cylindrical-coordinate representation of color #E17CCB: hue angle of 313.07º 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 #E17CCB is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 203 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.12 |
| HSL | 313.07º | 0.63% | 0.68% | - |
| HSV(B) | 313.07º | 0.45% | 0.88% | - |
| XYZ | 49.04 | 34.73 | 60.62 | - |
| YUV | 163.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 203 | 0 | 0.45 | 0.10 | 0.12 | 313.07 | 0.63 | 0.68 |
| Hex | E1 | 7C | CB | 0 | 2D | A | C | 139 | 3F | 44 |
| Octal | 341 | 174 | 313 | 0 | 55 | 12 | 14 | 471 | 77 | 104 |
| Binary | 11100001 | 1111100 | 11001011 | 0 | 101101 | 1010 | 1100 | 100111001 | 111111 | 1000100 |
Color Harmonies of #E17CCB
Complementary color
Monochromatic Colors of #E17CCB
Black with #E17CCB
Text Example
Text Example
White with #E17CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CCB; }
p { color: rgb(225,124,203); }
H1.HeaderClassName
{
color: #E17CCB;
}
.AnyTagClassName
{
color: #E17CCB;
}
</style>
background-color css
<style>
a { background-color: #E17CCB; }
a { background-color: rgb(225,124,203); }
div.DivClassName
{
background-color: #E17CCB;
}
.BgClassName
{
background-color: #E17CCB;
}
</style>
border-color css
<style>
span { border-color: #E17CCB; }
span { border-color: rgb(225,124,203); }
td.TdClassName
{
border-color: #E17CCB;
}
.TagClassName
{
border-color: #E17CCB;
}
</style>