Shades of Orchid #E17CCD
Tints of Orchid #E17CCD
RGB
CMYK
RGB Variations
Color information
#E17CCD (or 0xE17CCD) is known color: Orchid. HEX triplet: E1, 7C and CD. RGB value is (225,124,205). Sum of RGB (Red+Green+Blue) = 225+124+205=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CCD is #1E8332. Grayscale: #A3A3A3. Windows color (decimal): -1999667 or 13466849. OLE color: 13466849.
HSL color Cylindrical-coordinate representation of color #E17CCD: hue angle of 311.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 #E17CCD is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 205 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.12 |
| HSL | 311.88º | 0.63% | 0.68% | - |
| HSV(B) | 311.88º | 0.45% | 0.88% | - |
| XYZ | 49.28 | 34.83 | 61.88 | - |
| YUV | 163.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 205 | 0 | 0.45 | 0.09 | 0.12 | 311.88 | 0.63 | 0.68 |
| Hex | E1 | 7C | CD | 0 | 2D | 9 | C | 138 | 3F | 44 |
| Octal | 341 | 174 | 315 | 0 | 55 | 11 | 14 | 470 | 77 | 104 |
| Binary | 11100001 | 1111100 | 11001101 | 0 | 101101 | 1001 | 1100 | 100111000 | 111111 | 1000100 |
Color Harmonies of #E17CCD
Complementary color
Monochromatic Colors of #E17CCD
Black with #E17CCD
Text Example
Text Example
White with #E17CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CCD; }
p { color: rgb(225,124,205); }
H1.HeaderClassName
{
color: #E17CCD;
}
.AnyTagClassName
{
color: #E17CCD;
}
</style>
background-color css
<style>
a { background-color: #E17CCD; }
a { background-color: rgb(225,124,205); }
div.DivClassName
{
background-color: #E17CCD;
}
.BgClassName
{
background-color: #E17CCD;
}
</style>
border-color css
<style>
span { border-color: #E17CCD; }
span { border-color: rgb(225,124,205); }
td.TdClassName
{
border-color: #E17CCD;
}
.TagClassName
{
border-color: #E17CCD;
}
</style>