Shades of Orchid #E871DC
Tints of Orchid #E871DC
RGB
CMYK
RGB Variations
Color information
#E871DC (or 0xE871DC) is known color: Orchid. HEX triplet: E8, 71 and DC. RGB value is (232,113,220). Sum of RGB (Red+Green+Blue) = 232+113+220=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E871DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871DC is #178E23. Grayscale: #A0A0A0. Windows color (decimal): -1543716 or 14447080. OLE color: 14447080.
HSL color Cylindrical-coordinate representation of color #E871DC: hue angle of 306.05º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871DC is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 113 | 220 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.09 |
| HSL | 306.05º | 0.72% | 0.68% | - |
| HSV(B) | 306.05º | 0.51% | 0.91% | - |
| XYZ | 52.1 | 34.13 | 71.55 | - |
| YUV | 160.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 113 | 220 | 0 | 0.51 | 0.05 | 0.09 | 306.05 | 0.72 | 0.68 |
| Hex | E8 | 71 | DC | 0 | 33 | 5 | 9 | 132 | 48 | 44 |
| Octal | 350 | 161 | 334 | 0 | 63 | 5 | 11 | 462 | 110 | 104 |
| Binary | 11101000 | 1110001 | 11011100 | 0 | 110011 | 101 | 1001 | 100110010 | 1001000 | 1000100 |
Color Harmonies of #E871DC
Complementary color
Monochromatic Colors of #E871DC
Black with #E871DC
Text Example
Text Example
White with #E871DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E871DC; }
p { color: rgb(232,113,220); }
H1.HeaderClassName
{
color: #E871DC;
}
.AnyTagClassName
{
color: #E871DC;
}
</style>
background-color css
<style>
a { background-color: #E871DC; }
a { background-color: rgb(232,113,220); }
div.DivClassName
{
background-color: #E871DC;
}
.BgClassName
{
background-color: #E871DC;
}
</style>
border-color css
<style>
span { border-color: #E871DC; }
span { border-color: rgb(232,113,220); }
td.TdClassName
{
border-color: #E871DC;
}
.TagClassName
{
border-color: #E871DC;
}
</style>