Shades of Orchid #EC71DC
Tints of Orchid #EC71DC
RGB
CMYK
RGB Variations
Color information
#EC71DC (or 0xEC71DC) is known color: Orchid. HEX triplet: EC, 71 and DC. RGB value is (236,113,220). Sum of RGB (Red+Green+Blue) = 236+113+220=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC71DC is #138E23. Grayscale: #A1A1A1. Windows color (decimal): -1281572 or 14447084. OLE color: 14447084.
HSL color Cylindrical-coordinate representation of color #EC71DC: hue angle of 307.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC71DC is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 220 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.07 |
| HSL | 307.8º | 0.76% | 0.68% | - |
| HSV(B) | 307.8º | 0.52% | 0.93% | - |
| XYZ | 53.42 | 34.81 | 71.61 | - |
| YUV | 161.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 220 | 0 | 0.52 | 0.07 | 0.07 | 307.8 | 0.76 | 0.68 |
| Hex | EC | 71 | DC | 0 | 34 | 7 | 7 | 134 | 4C | 44 |
| Octal | 354 | 161 | 334 | 0 | 64 | 7 | 7 | 464 | 114 | 104 |
| Binary | 11101100 | 1110001 | 11011100 | 0 | 110100 | 111 | 111 | 100110100 | 1001100 | 1000100 |
Color Harmonies of #EC71DC
Complementary color
Monochromatic Colors of #EC71DC
Black with #EC71DC
Text Example
Text Example
White with #EC71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC71DC; }
p { color: rgb(236,113,220); }
H1.HeaderClassName
{
color: #EC71DC;
}
.AnyTagClassName
{
color: #EC71DC;
}
</style>
background-color css
<style>
a { background-color: #EC71DC; }
a { background-color: rgb(236,113,220); }
div.DivClassName
{
background-color: #EC71DC;
}
.BgClassName
{
background-color: #EC71DC;
}
</style>
border-color css
<style>
span { border-color: #EC71DC; }
span { border-color: rgb(236,113,220); }
td.TdClassName
{
border-color: #EC71DC;
}
.TagClassName
{
border-color: #EC71DC;
}
</style>