Shades of Orchid #EC76D7
Tints of Orchid #EC76D7
RGB
CMYK
RGB Variations
Color information
#EC76D7 (or 0xEC76D7) is known color: Orchid. HEX triplet: EC, 76 and D7. RGB value is (236,118,215). Sum of RGB (Red+Green+Blue) = 236+118+215=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76D7 is #138928. Grayscale: #A4A4A4. Windows color (decimal): -1280297 or 14120684. OLE color: 14120684.
HSL color Cylindrical-coordinate representation of color #EC76D7: hue angle of 310.68º 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 #EC76D7 is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 215 | - |
| CMYK | 0 | 0.5 | 0.09 | 0.07 |
| HSL | 310.68º | 0.76% | 0.69% | - |
| HSV(B) | 310.68º | 0.5% | 0.93% | - |
| XYZ | 53.34 | 35.7 | 68.37 | - |
| YUV | 164.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 215 | 0 | 0.5 | 0.09 | 0.07 | 310.68 | 0.76 | 0.69 |
| Hex | EC | 76 | D7 | 0 | 32 | 9 | 7 | 137 | 4C | 45 |
| Octal | 354 | 166 | 327 | 0 | 62 | 11 | 7 | 467 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11010111 | 0 | 110010 | 1001 | 111 | 100110111 | 1001100 | 1000101 |
Color Harmonies of #EC76D7
Complementary color
Monochromatic Colors of #EC76D7
Black with #EC76D7
Text Example
Text Example
White with #EC76D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76D7; }
p { color: rgb(236,118,215); }
H1.HeaderClassName
{
color: #EC76D7;
}
.AnyTagClassName
{
color: #EC76D7;
}
</style>
background-color css
<style>
a { background-color: #EC76D7; }
a { background-color: rgb(236,118,215); }
div.DivClassName
{
background-color: #EC76D7;
}
.BgClassName
{
background-color: #EC76D7;
}
</style>
border-color css
<style>
span { border-color: #EC76D7; }
span { border-color: rgb(236,118,215); }
td.TdClassName
{
border-color: #EC76D7;
}
.TagClassName
{
border-color: #EC76D7;
}
</style>