Shades of Orchid #EC76D5
Tints of Orchid #EC76D5
RGB
CMYK
RGB Variations
Color information
#EC76D5 (or 0xEC76D5) is known color: Orchid. HEX triplet: EC, 76 and D5. RGB value is (236,118,213). Sum of RGB (Red+Green+Blue) = 236+118+213=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76D5 is #13892A. Grayscale: #A3A3A3. Windows color (decimal): -1280299 or 13989612. OLE color: 13989612.
HSL color Cylindrical-coordinate representation of color #EC76D5: hue angle of 311.69º 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 #EC76D5 is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 213 | - |
| CMYK | 0 | 0.5 | 0.10 | 0.07 |
| HSL | 311.69º | 0.76% | 0.69% | - |
| HSV(B) | 311.69º | 0.5% | 0.93% | - |
| XYZ | 53.08 | 35.59 | 67.02 | - |
| YUV | 164.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 213 | 0 | 0.5 | 0.10 | 0.07 | 311.69 | 0.76 | 0.69 |
| Hex | EC | 76 | D5 | 0 | 32 | A | 7 | 138 | 4C | 45 |
| Octal | 354 | 166 | 325 | 0 | 62 | 12 | 7 | 470 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11010101 | 0 | 110010 | 1010 | 111 | 100111000 | 1001100 | 1000101 |
Color Harmonies of #EC76D5
Complementary color
Monochromatic Colors of #EC76D5
Black with #EC76D5
Text Example
Text Example
White with #EC76D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76D5; }
p { color: rgb(236,118,213); }
H1.HeaderClassName
{
color: #EC76D5;
}
.AnyTagClassName
{
color: #EC76D5;
}
</style>
background-color css
<style>
a { background-color: #EC76D5; }
a { background-color: rgb(236,118,213); }
div.DivClassName
{
background-color: #EC76D5;
}
.BgClassName
{
background-color: #EC76D5;
}
</style>
border-color css
<style>
span { border-color: #EC76D5; }
span { border-color: rgb(236,118,213); }
td.TdClassName
{
border-color: #EC76D5;
}
.TagClassName
{
border-color: #EC76D5;
}
</style>