Shades of Orchid #EC78D1
Tints of Orchid #EC78D1
RGB
CMYK
RGB Variations
Color information
#EC78D1 (or 0xEC78D1) is known color: Orchid. HEX triplet: EC, 78 and D1. RGB value is (236,120,209). Sum of RGB (Red+Green+Blue) = 236+120+209=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78D1 is #13872E. Grayscale: #A4A4A4. Windows color (decimal): -1279791 or 13727980. OLE color: 13727980.
HSL color Cylindrical-coordinate representation of color #EC78D1: hue angle of 313.97º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC78D1 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 209 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.07 |
| HSL | 313.97º | 0.75% | 0.7% | - |
| HSV(B) | 313.97º | 0.49% | 0.93% | - |
| XYZ | 52.82 | 35.87 | 64.46 | - |
| YUV | 164.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 209 | 0 | 0.49 | 0.11 | 0.07 | 313.97 | 0.75 | 0.7 |
| Hex | EC | 78 | D1 | 0 | 31 | B | 7 | 13A | 4B | 46 |
| Octal | 354 | 170 | 321 | 0 | 61 | 13 | 7 | 472 | 113 | 106 |
| Binary | 11101100 | 1111000 | 11010001 | 0 | 110001 | 1011 | 111 | 100111010 | 1001011 | 1000110 |
Color Harmonies of #EC78D1
Complementary color
Monochromatic Colors of #EC78D1
Black with #EC78D1
Text Example
Text Example
White with #EC78D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC78D1; }
p { color: rgb(236,120,209); }
H1.HeaderClassName
{
color: #EC78D1;
}
.AnyTagClassName
{
color: #EC78D1;
}
</style>
background-color css
<style>
a { background-color: #EC78D1; }
a { background-color: rgb(236,120,209); }
div.DivClassName
{
background-color: #EC78D1;
}
.BgClassName
{
background-color: #EC78D1;
}
</style>
border-color css
<style>
span { border-color: #EC78D1; }
span { border-color: rgb(236,120,209); }
td.TdClassName
{
border-color: #EC78D1;
}
.TagClassName
{
border-color: #EC78D1;
}
</style>