Shades of Orchid #E874CD
Tints of Orchid #E874CD
RGB
CMYK
RGB Variations
Color information
#E874CD (or 0xE874CD) is known color: Orchid. HEX triplet: E8, 74 and CD. RGB value is (232,116,205). Sum of RGB (Red+Green+Blue) = 232+116+205=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E874CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874CD is #178B32. Grayscale: #A0A0A0. Windows color (decimal): -1542963 or 13464808. OLE color: 13464808.
HSL color Cylindrical-coordinate representation of color #E874CD: hue angle of 313.97º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E874CD is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 205 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.09 |
| HSL | 313.97º | 0.72% | 0.68% | - |
| HSV(B) | 313.97º | 0.5% | 0.91% | - |
| XYZ | 50.54 | 34.05 | 61.67 | - |
| YUV | 160.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 205 | 0 | 0.50 | 0.12 | 0.09 | 313.97 | 0.72 | 0.68 |
| Hex | E8 | 74 | CD | 0 | 32 | C | 9 | 13A | 48 | 44 |
| Octal | 350 | 164 | 315 | 0 | 62 | 14 | 11 | 472 | 110 | 104 |
| Binary | 11101000 | 1110100 | 11001101 | 0 | 110010 | 1100 | 1001 | 100111010 | 1001000 | 1000100 |
Color Harmonies of #E874CD
Complementary color
Monochromatic Colors of #E874CD
Black with #E874CD
Text Example
Text Example
White with #E874CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874CD; }
p { color: rgb(232,116,205); }
H1.HeaderClassName
{
color: #E874CD;
}
.AnyTagClassName
{
color: #E874CD;
}
</style>
background-color css
<style>
a { background-color: #E874CD; }
a { background-color: rgb(232,116,205); }
div.DivClassName
{
background-color: #E874CD;
}
.BgClassName
{
background-color: #E874CD;
}
</style>
border-color css
<style>
span { border-color: #E874CD; }
span { border-color: rgb(232,116,205); }
td.TdClassName
{
border-color: #E874CD;
}
.TagClassName
{
border-color: #E874CD;
}
</style>