Shades of Orchid #EC76D6
Tints of Orchid #EC76D6
RGB
CMYK
RGB Variations
Color information
#EC76D6 (or 0xEC76D6) is known color: Orchid. HEX triplet: EC, 76 and D6. RGB value is (236,118,214). Sum of RGB (Red+Green+Blue) = 236+118+214=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76D6 is #138929. Grayscale: #A3A3A3. Windows color (decimal): -1280298 or 14055148. OLE color: 14055148.
HSL color Cylindrical-coordinate representation of color #EC76D6: hue angle of 311.19º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC76D6 is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 214 | - |
| CMYK | 0 | 0.5 | 0.09 | 0.07 |
| HSL | 311.19º | 0.76% | 0.69% | - |
| HSV(B) | 311.19º | 0.5% | 0.93% | - |
| XYZ | 53.21 | 35.64 | 67.69 | - |
| YUV | 164.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 214 | 0 | 0.5 | 0.09 | 0.07 | 311.19 | 0.76 | 0.69 |
| Hex | EC | 76 | D6 | 0 | 32 | 9 | 7 | 137 | 4C | 45 |
| Octal | 354 | 166 | 326 | 0 | 62 | 11 | 7 | 467 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11010110 | 0 | 110010 | 1001 | 111 | 100110111 | 1001100 | 1000101 |
Color Harmonies of #EC76D6
Complementary color
Monochromatic Colors of #EC76D6
Black with #EC76D6
Text Example
Text Example
White with #EC76D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76D6; }
p { color: rgb(236,118,214); }
H1.HeaderClassName
{
color: #EC76D6;
}
.AnyTagClassName
{
color: #EC76D6;
}
</style>
background-color css
<style>
a { background-color: #EC76D6; }
a { background-color: rgb(236,118,214); }
div.DivClassName
{
background-color: #EC76D6;
}
.BgClassName
{
background-color: #EC76D6;
}
</style>
border-color css
<style>
span { border-color: #EC76D6; }
span { border-color: rgb(236,118,214); }
td.TdClassName
{
border-color: #EC76D6;
}
.TagClassName
{
border-color: #EC76D6;
}
</style>