Shades of Orchid #EC73DB
Tints of Orchid #EC73DB
RGB
CMYK
RGB Variations
Color information
#EC73DB (or 0xEC73DB) is known color: Orchid. HEX triplet: EC, 73 and DB. RGB value is (236,115,219). Sum of RGB (Red+Green+Blue) = 236+115+219=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC73DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC73DB is #138C24. Grayscale: #A2A2A2. Windows color (decimal): -1281061 or 14382060. OLE color: 14382060.
HSL color Cylindrical-coordinate representation of color #EC73DB: hue angle of 308.43º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC73DB is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 219 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.07 |
| HSL | 308.43º | 0.76% | 0.69% | - |
| HSV(B) | 308.43º | 0.51% | 0.93% | - |
| XYZ | 53.51 | 35.21 | 70.99 | - |
| YUV | 163.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 219 | 0 | 0.51 | 0.07 | 0.07 | 308.43 | 0.76 | 0.69 |
| Hex | EC | 73 | DB | 0 | 33 | 7 | 7 | 134 | 4C | 45 |
| Octal | 354 | 163 | 333 | 0 | 63 | 7 | 7 | 464 | 114 | 105 |
| Binary | 11101100 | 1110011 | 11011011 | 0 | 110011 | 111 | 111 | 100110100 | 1001100 | 1000101 |
Color Harmonies of #EC73DB
Complementary color
Monochromatic Colors of #EC73DB
Black with #EC73DB
Text Example
Text Example
White with #EC73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC73DB; }
p { color: rgb(236,115,219); }
H1.HeaderClassName
{
color: #EC73DB;
}
.AnyTagClassName
{
color: #EC73DB;
}
</style>
background-color css
<style>
a { background-color: #EC73DB; }
a { background-color: rgb(236,115,219); }
div.DivClassName
{
background-color: #EC73DB;
}
.BgClassName
{
background-color: #EC73DB;
}
</style>
border-color css
<style>
span { border-color: #EC73DB; }
span { border-color: rgb(236,115,219); }
td.TdClassName
{
border-color: #EC73DB;
}
.TagClassName
{
border-color: #EC73DB;
}
</style>