Shades of Orchid #EC6DE4
Tints of Orchid #EC6DE4
RGB
CMYK
RGB Variations
Color information
#EC6DE4 (or 0xEC6DE4) is known color: Orchid. HEX triplet: EC, 6D and E4. RGB value is (236,109,228). Sum of RGB (Red+Green+Blue) = 236+109+228=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 109 (42.97% from 255 or 19.02% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DE4 is #13921B. Grayscale: #A0A0A0. Windows color (decimal): -1282588 or 14970348. OLE color: 14970348.
HSL color Cylindrical-coordinate representation of color #EC6DE4: hue angle of 303.78º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6DE4 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 228 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.07 |
| HSL | 303.78º | 0.77% | 0.68% | - |
| HSV(B) | 303.78º | 0.54% | 0.93% | - |
| XYZ | 54.06 | 34.37 | 77.18 | - |
| YUV | 160.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 228 | 0 | 0.54 | 0.03 | 0.07 | 303.78 | 0.77 | 0.68 |
| Hex | EC | 6D | E4 | 0 | 36 | 3 | 7 | 130 | 4D | 44 |
| Octal | 354 | 155 | 344 | 0 | 66 | 3 | 7 | 460 | 115 | 104 |
| Binary | 11101100 | 1101101 | 11100100 | 0 | 110110 | 11 | 111 | 100110000 | 1001101 | 1000100 |
Color Harmonies of #EC6DE4
Complementary color
Monochromatic Colors of #EC6DE4
Black with #EC6DE4
Text Example
Text Example
White with #EC6DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DE4; }
p { color: rgb(236,109,228); }
H1.HeaderClassName
{
color: #EC6DE4;
}
.AnyTagClassName
{
color: #EC6DE4;
}
</style>
background-color css
<style>
a { background-color: #EC6DE4; }
a { background-color: rgb(236,109,228); }
div.DivClassName
{
background-color: #EC6DE4;
}
.BgClassName
{
background-color: #EC6DE4;
}
</style>
border-color css
<style>
span { border-color: #EC6DE4; }
span { border-color: rgb(236,109,228); }
td.TdClassName
{
border-color: #EC6DE4;
}
.TagClassName
{
border-color: #EC6DE4;
}
</style>