Shades of Orchid #EC76DB
Tints of Orchid #EC76DB
RGB
CMYK
RGB Variations
Color information
#EC76DB (or 0xEC76DB) is known color: Orchid. HEX triplet: EC, 76 and DB. RGB value is (236,118,219). Sum of RGB (Red+Green+Blue) = 236+118+219=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC76DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC76DB is #138924. Grayscale: #A4A4A4. Windows color (decimal): -1280293 or 14382828. OLE color: 14382828.
HSL color Cylindrical-coordinate representation of color #EC76DB: hue angle of 308.64º 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 #EC76DB is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 219 | - |
| CMYK | 0 | 0.5 | 0.07 | 0.07 |
| HSL | 308.64º | 0.76% | 0.69% | - |
| HSV(B) | 308.64º | 0.5% | 0.93% | - |
| XYZ | 53.86 | 35.9 | 71.11 | - |
| YUV | 164.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 219 | 0 | 0.5 | 0.07 | 0.07 | 308.64 | 0.76 | 0.69 |
| Hex | EC | 76 | DB | 0 | 32 | 7 | 7 | 135 | 4C | 45 |
| Octal | 354 | 166 | 333 | 0 | 62 | 7 | 7 | 465 | 114 | 105 |
| Binary | 11101100 | 1110110 | 11011011 | 0 | 110010 | 111 | 111 | 100110101 | 1001100 | 1000101 |
Color Harmonies of #EC76DB
Complementary color
Monochromatic Colors of #EC76DB
Black with #EC76DB
Text Example
Text Example
White with #EC76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC76DB; }
p { color: rgb(236,118,219); }
H1.HeaderClassName
{
color: #EC76DB;
}
.AnyTagClassName
{
color: #EC76DB;
}
</style>
background-color css
<style>
a { background-color: #EC76DB; }
a { background-color: rgb(236,118,219); }
div.DivClassName
{
background-color: #EC76DB;
}
.BgClassName
{
background-color: #EC76DB;
}
</style>
border-color css
<style>
span { border-color: #EC76DB; }
span { border-color: rgb(236,118,219); }
td.TdClassName
{
border-color: #EC76DB;
}
.TagClassName
{
border-color: #EC76DB;
}
</style>