Shades of Orchid #E174DC
Tints of Orchid #E174DC
RGB
CMYK
RGB Variations
Color information
#E174DC (or 0xE174DC) is known color: Orchid. HEX triplet: E1, 74 and DC. RGB value is (225,116,220). Sum of RGB (Red+Green+Blue) = 225+116+220=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E174DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174DC is #1E8B23. Grayscale: #A0A0A0. Windows color (decimal): -2001700 or 14447841. OLE color: 14447841.
HSL color Cylindrical-coordinate representation of color #E174DC: hue angle of 302.75º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E174DC is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 220 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.12 |
| HSL | 302.75º | 0.64% | 0.67% | - |
| HSV(B) | 302.75º | 0.48% | 0.88% | - |
| XYZ | 50.22 | 33.67 | 71.56 | - |
| YUV | 160.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 220 | 0 | 0.48 | 0.02 | 0.12 | 302.75 | 0.64 | 0.67 |
| Hex | E1 | 74 | DC | 0 | 30 | 2 | C | 12F | 40 | 43 |
| Octal | 341 | 164 | 334 | 0 | 60 | 2 | 14 | 457 | 100 | 103 |
| Binary | 11100001 | 1110100 | 11011100 | 0 | 110000 | 10 | 1100 | 100101111 | 1000000 | 1000011 |
Color Harmonies of #E174DC
Complementary color
Monochromatic Colors of #E174DC
Black with #E174DC
Text Example
Text Example
White with #E174DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174DC; }
p { color: rgb(225,116,220); }
H1.HeaderClassName
{
color: #E174DC;
}
.AnyTagClassName
{
color: #E174DC;
}
</style>
background-color css
<style>
a { background-color: #E174DC; }
a { background-color: rgb(225,116,220); }
div.DivClassName
{
background-color: #E174DC;
}
.BgClassName
{
background-color: #E174DC;
}
</style>
border-color css
<style>
span { border-color: #E174DC; }
span { border-color: rgb(225,116,220); }
td.TdClassName
{
border-color: #E174DC;
}
.TagClassName
{
border-color: #E174DC;
}
</style>