Shades of Orchid #EC6DDF
Tints of Orchid #EC6DDF
RGB
CMYK
RGB Variations
Color information
#EC6DDF (or 0xEC6DDF) is known color: Orchid. HEX triplet: EC, 6D and DF. RGB value is (236,109,223). Sum of RGB (Red+Green+Blue) = 236+109+223=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DDF is #139220. Grayscale: #9F9F9F. Windows color (decimal): -1282593 or 14642668. OLE color: 14642668.
HSL color Cylindrical-coordinate representation of color #EC6DDF: hue angle of 306.14º 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 #EC6DDF is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 223 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.07 |
| HSL | 306.14º | 0.77% | 0.68% | - |
| HSV(B) | 306.14º | 0.54% | 0.93% | - |
| XYZ | 53.38 | 34.1 | 73.58 | - |
| YUV | 159.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 223 | 0 | 0.54 | 0.06 | 0.07 | 306.14 | 0.77 | 0.68 |
| Hex | EC | 6D | DF | 0 | 36 | 6 | 7 | 132 | 4D | 44 |
| Octal | 354 | 155 | 337 | 0 | 66 | 6 | 7 | 462 | 115 | 104 |
| Binary | 11101100 | 1101101 | 11011111 | 0 | 110110 | 110 | 111 | 100110010 | 1001101 | 1000100 |
Color Harmonies of #EC6DDF
Complementary color
Monochromatic Colors of #EC6DDF
Black with #EC6DDF
Text Example
Text Example
White with #EC6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6DDF; }
p { color: rgb(236,109,223); }
H1.HeaderClassName
{
color: #EC6DDF;
}
.AnyTagClassName
{
color: #EC6DDF;
}
</style>
background-color css
<style>
a { background-color: #EC6DDF; }
a { background-color: rgb(236,109,223); }
div.DivClassName
{
background-color: #EC6DDF;
}
.BgClassName
{
background-color: #EC6DDF;
}
</style>
border-color css
<style>
span { border-color: #EC6DDF; }
span { border-color: rgb(236,109,223); }
td.TdClassName
{
border-color: #EC6DDF;
}
.TagClassName
{
border-color: #EC6DDF;
}
</style>