Shades of Orchid #EC6EDE
Tints of Orchid #EC6EDE
RGB
CMYK
RGB Variations
Color information
#EC6EDE (or 0xEC6EDE) is known color: Orchid. HEX triplet: EC, 6E and DE. RGB value is (236,110,222). Sum of RGB (Red+Green+Blue) = 236+110+222=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EDE is #139121. Grayscale: #A0A0A0. Windows color (decimal): -1282338 or 14577388. OLE color: 14577388.
HSL color Cylindrical-coordinate representation of color #EC6EDE: hue angle of 306.67º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6EDE is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 222 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.07 |
| HSL | 306.67º | 0.77% | 0.68% | - |
| HSV(B) | 306.67º | 0.53% | 0.93% | - |
| XYZ | 53.35 | 34.26 | 72.91 | - |
| YUV | 160.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 222 | 0 | 0.53 | 0.06 | 0.07 | 306.67 | 0.77 | 0.68 |
| Hex | EC | 6E | DE | 0 | 35 | 6 | 7 | 133 | 4D | 44 |
| Octal | 354 | 156 | 336 | 0 | 65 | 6 | 7 | 463 | 115 | 104 |
| Binary | 11101100 | 1101110 | 11011110 | 0 | 110101 | 110 | 111 | 100110011 | 1001101 | 1000100 |
Color Harmonies of #EC6EDE
Complementary color
Monochromatic Colors of #EC6EDE
Black with #EC6EDE
Text Example
Text Example
White with #EC6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6EDE; }
p { color: rgb(236,110,222); }
H1.HeaderClassName
{
color: #EC6EDE;
}
.AnyTagClassName
{
color: #EC6EDE;
}
</style>
background-color css
<style>
a { background-color: #EC6EDE; }
a { background-color: rgb(236,110,222); }
div.DivClassName
{
background-color: #EC6EDE;
}
.BgClassName
{
background-color: #EC6EDE;
}
</style>
border-color css
<style>
span { border-color: #EC6EDE; }
span { border-color: rgb(236,110,222); }
td.TdClassName
{
border-color: #EC6EDE;
}
.TagClassName
{
border-color: #EC6EDE;
}
</style>