Shades of Orchid #E17CCC
Tints of Orchid #E17CCC
RGB
CMYK
RGB Variations
Color information
#E17CCC (or 0xE17CCC) is known color: Orchid. HEX triplet: E1, 7C and CC. RGB value is (225,124,204). Sum of RGB (Red+Green+Blue) = 225+124+204=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CCC is #1E8333. Grayscale: #A3A3A3. Windows color (decimal): -1999668 or 13401313. OLE color: 13401313.
HSL color Cylindrical-coordinate representation of color #E17CCC: hue angle of 312.48º 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 #E17CCC is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 204 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.12 |
| HSL | 312.48º | 0.63% | 0.68% | - |
| HSV(B) | 312.48º | 0.45% | 0.88% | - |
| XYZ | 49.16 | 34.78 | 61.25 | - |
| YUV | 163.32 | 150.96 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 204 | 0 | 0.45 | 0.09 | 0.12 | 312.48 | 0.63 | 0.68 |
| Hex | E1 | 7C | CC | 0 | 2D | 9 | C | 138 | 3F | 44 |
| Octal | 341 | 174 | 314 | 0 | 55 | 11 | 14 | 470 | 77 | 104 |
| Binary | 11100001 | 1111100 | 11001100 | 0 | 101101 | 1001 | 1100 | 100111000 | 111111 | 1000100 |
Color Harmonies of #E17CCC
Complementary color
Monochromatic Colors of #E17CCC
Black with #E17CCC
Text Example
Text Example
White with #E17CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CCC; }
p { color: rgb(225,124,204); }
H1.HeaderClassName
{
color: #E17CCC;
}
.AnyTagClassName
{
color: #E17CCC;
}
</style>
background-color css
<style>
a { background-color: #E17CCC; }
a { background-color: rgb(225,124,204); }
div.DivClassName
{
background-color: #E17CCC;
}
.BgClassName
{
background-color: #E17CCC;
}
</style>
border-color css
<style>
span { border-color: #E17CCC; }
span { border-color: rgb(225,124,204); }
td.TdClassName
{
border-color: #E17CCC;
}
.TagClassName
{
border-color: #E17CCC;
}
</style>