Shades of Orchid #E17FCD
Tints of Orchid #E17FCD
RGB
CMYK
RGB Variations
Color information
#E17FCD (or 0xE17FCD) is known color: Orchid. HEX triplet: E1, 7F and CD. RGB value is (225,127,205). Sum of RGB (Red+Green+Blue) = 225+127+205=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FCD is #1E8032. Grayscale: #A4A4A4. Windows color (decimal): -1998899 or 13467617. OLE color: 13467617.
HSL color Cylindrical-coordinate representation of color #E17FCD: hue angle of 312.24º 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 #E17FCD is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 205 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.12 |
| HSL | 312.24º | 0.62% | 0.69% | - |
| HSV(B) | 312.24º | 0.44% | 0.88% | - |
| XYZ | 49.66 | 35.59 | 62.01 | - |
| YUV | 165.19 | 150.47 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 205 | 0 | 0.44 | 0.09 | 0.12 | 312.24 | 0.62 | 0.69 |
| Hex | E1 | 7F | CD | 0 | 2C | 9 | C | 138 | 3E | 45 |
| Octal | 341 | 177 | 315 | 0 | 54 | 11 | 14 | 470 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11001101 | 0 | 101100 | 1001 | 1100 | 100111000 | 111110 | 1000101 |
Color Harmonies of #E17FCD
Complementary color
Monochromatic Colors of #E17FCD
Black with #E17FCD
Text Example
Text Example
White with #E17FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FCD; }
p { color: rgb(225,127,205); }
H1.HeaderClassName
{
color: #E17FCD;
}
.AnyTagClassName
{
color: #E17FCD;
}
</style>
background-color css
<style>
a { background-color: #E17FCD; }
a { background-color: rgb(225,127,205); }
div.DivClassName
{
background-color: #E17FCD;
}
.BgClassName
{
background-color: #E17FCD;
}
</style>
border-color css
<style>
span { border-color: #E17FCD; }
span { border-color: rgb(225,127,205); }
td.TdClassName
{
border-color: #E17FCD;
}
.TagClassName
{
border-color: #E17FCD;
}
</style>