Shades of Orchid #E17DCC
Tints of Orchid #E17DCC
RGB
CMYK
RGB Variations
Color information
#E17DCC (or 0xE17DCC) is known color: Orchid. HEX triplet: E1, 7D and CC. RGB value is (225,125,204). Sum of RGB (Red+Green+Blue) = 225+125+204=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DCC is #1E8233. Grayscale: #A3A3A3. Windows color (decimal): -1999412 or 13401569. OLE color: 13401569.
HSL color Cylindrical-coordinate representation of color #E17DCC: hue angle of 312.6º 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 #E17DCC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 204 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.12 |
| HSL | 312.6º | 0.63% | 0.69% | - |
| HSV(B) | 312.6º | 0.44% | 0.88% | - |
| XYZ | 49.28 | 35.03 | 61.29 | - |
| YUV | 163.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 204 | 0 | 0.44 | 0.09 | 0.12 | 312.6 | 0.63 | 0.69 |
| Hex | E1 | 7D | CC | 0 | 2C | 9 | C | 139 | 3E | 45 |
| Octal | 341 | 175 | 314 | 0 | 54 | 11 | 14 | 471 | 76 | 105 |
| Binary | 11100001 | 1111101 | 11001100 | 0 | 101100 | 1001 | 1100 | 100111001 | 111110 | 1000101 |
Color Harmonies of #E17DCC
Complementary color
Monochromatic Colors of #E17DCC
Black with #E17DCC
Text Example
Text Example
White with #E17DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17DCC; }
p { color: rgb(225,125,204); }
H1.HeaderClassName
{
color: #E17DCC;
}
.AnyTagClassName
{
color: #E17DCC;
}
</style>
background-color css
<style>
a { background-color: #E17DCC; }
a { background-color: rgb(225,125,204); }
div.DivClassName
{
background-color: #E17DCC;
}
.BgClassName
{
background-color: #E17DCC;
}
</style>
border-color css
<style>
span { border-color: #E17DCC; }
span { border-color: rgb(225,125,204); }
td.TdClassName
{
border-color: #E17DCC;
}
.TagClassName
{
border-color: #E17DCC;
}
</style>