Shades of Orchid #E17ECC
Tints of Orchid #E17ECC
RGB
CMYK
RGB Variations
Color information
#E17ECC (or 0xE17ECC) is known color: Orchid. HEX triplet: E1, 7E and CC. RGB value is (225,126,204). Sum of RGB (Red+Green+Blue) = 225+126+204=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ECC is #1E8133. Grayscale: #A4A4A4. Windows color (decimal): -1999156 or 13401825. OLE color: 13401825.
HSL color Cylindrical-coordinate representation of color #E17ECC: hue angle of 312.73º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17ECC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 204 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.12 |
| HSL | 312.73º | 0.62% | 0.69% | - |
| HSV(B) | 312.73º | 0.44% | 0.88% | - |
| XYZ | 49.41 | 35.29 | 61.33 | - |
| YUV | 164.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 204 | 0 | 0.44 | 0.09 | 0.12 | 312.73 | 0.62 | 0.69 |
| Hex | E1 | 7E | CC | 0 | 2C | 9 | C | 139 | 3E | 45 |
| Octal | 341 | 176 | 314 | 0 | 54 | 11 | 14 | 471 | 76 | 105 |
| Binary | 11100001 | 1111110 | 11001100 | 0 | 101100 | 1001 | 1100 | 100111001 | 111110 | 1000101 |
Color Harmonies of #E17ECC
Complementary color
Monochromatic Colors of #E17ECC
Black with #E17ECC
Text Example
Text Example
White with #E17ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17ECC; }
p { color: rgb(225,126,204); }
H1.HeaderClassName
{
color: #E17ECC;
}
.AnyTagClassName
{
color: #E17ECC;
}
</style>
background-color css
<style>
a { background-color: #E17ECC; }
a { background-color: rgb(225,126,204); }
div.DivClassName
{
background-color: #E17ECC;
}
.BgClassName
{
background-color: #E17ECC;
}
</style>
border-color css
<style>
span { border-color: #E17ECC; }
span { border-color: rgb(225,126,204); }
td.TdClassName
{
border-color: #E17ECC;
}
.TagClassName
{
border-color: #E17ECC;
}
</style>