Shades of Orchid #E174D4
Tints of Orchid #E174D4
RGB
CMYK
RGB Variations
Color information
#E174D4 (or 0xE174D4) is known color: Orchid. HEX triplet: E1, 74 and D4. RGB value is (225,116,212). Sum of RGB (Red+Green+Blue) = 225+116+212=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E174D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174D4 is #1E8B2B. Grayscale: #9F9F9F. Windows color (decimal): -2001708 or 13923553. OLE color: 13923553.
HSL color Cylindrical-coordinate representation of color #E174D4: hue angle of 307.16º 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 #E174D4 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 212 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.12 |
| HSL | 307.16º | 0.64% | 0.67% | - |
| HSV(B) | 307.16º | 0.48% | 0.88% | - |
| XYZ | 49.18 | 33.25 | 66.11 | - |
| YUV | 159.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 212 | 0 | 0.48 | 0.06 | 0.12 | 307.16 | 0.64 | 0.67 |
| Hex | E1 | 74 | D4 | 0 | 30 | 6 | C | 133 | 40 | 43 |
| Octal | 341 | 164 | 324 | 0 | 60 | 6 | 14 | 463 | 100 | 103 |
| Binary | 11100001 | 1110100 | 11010100 | 0 | 110000 | 110 | 1100 | 100110011 | 1000000 | 1000011 |
Color Harmonies of #E174D4
Complementary color
Monochromatic Colors of #E174D4
Black with #E174D4
Text Example
Text Example
White with #E174D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174D4; }
p { color: rgb(225,116,212); }
H1.HeaderClassName
{
color: #E174D4;
}
.AnyTagClassName
{
color: #E174D4;
}
</style>
background-color css
<style>
a { background-color: #E174D4; }
a { background-color: rgb(225,116,212); }
div.DivClassName
{
background-color: #E174D4;
}
.BgClassName
{
background-color: #E174D4;
}
</style>
border-color css
<style>
span { border-color: #E174D4; }
span { border-color: rgb(225,116,212); }
td.TdClassName
{
border-color: #E174D4;
}
.TagClassName
{
border-color: #E174D4;
}
</style>