Shades of Orchid #E17CDD
Tints of Orchid #E17CDD
RGB
CMYK
RGB Variations
Color information
#E17CDD (or 0xE17CDD) is known color: Orchid. HEX triplet: E1, 7C and DD. RGB value is (225,124,221). Sum of RGB (Red+Green+Blue) = 225+124+221=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CDD is #1E8322. Grayscale: #A4A4A4. Windows color (decimal): -1999651 or 14515425. OLE color: 14515425.
HSL color Cylindrical-coordinate representation of color #E17CDD: hue angle of 302.38º 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 #E17CDD is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 221 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.12 |
| HSL | 302.38º | 0.63% | 0.68% | - |
| HSV(B) | 302.38º | 0.45% | 0.88% | - |
| XYZ | 51.31 | 35.64 | 72.58 | - |
| YUV | 165.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 221 | 0 | 0.45 | 0.02 | 0.12 | 302.38 | 0.63 | 0.68 |
| Hex | E1 | 7C | DD | 0 | 2D | 2 | C | 12E | 3F | 44 |
| Octal | 341 | 174 | 335 | 0 | 55 | 2 | 14 | 456 | 77 | 104 |
| Binary | 11100001 | 1111100 | 11011101 | 0 | 101101 | 10 | 1100 | 100101110 | 111111 | 1000100 |
Color Harmonies of #E17CDD
Complementary color
Monochromatic Colors of #E17CDD
Black with #E17CDD
Text Example
Text Example
White with #E17CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17CDD; }
p { color: rgb(225,124,221); }
H1.HeaderClassName
{
color: #E17CDD;
}
.AnyTagClassName
{
color: #E17CDD;
}
</style>
background-color css
<style>
a { background-color: #E17CDD; }
a { background-color: rgb(225,124,221); }
div.DivClassName
{
background-color: #E17CDD;
}
.BgClassName
{
background-color: #E17CDD;
}
</style>
border-color css
<style>
span { border-color: #E17CDD; }
span { border-color: rgb(225,124,221); }
td.TdClassName
{
border-color: #E17CDD;
}
.TagClassName
{
border-color: #E17CDD;
}
</style>