Shades of Orchid #EC6FDF
Tints of Orchid #EC6FDF
RGB
CMYK
RGB Variations
Color information
#EC6FDF (or 0xEC6FDF) is known color: Orchid. HEX triplet: EC, 6F and DF. RGB value is (236,111,223). Sum of RGB (Red+Green+Blue) = 236+111+223=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FDF is #139020. Grayscale: #A0A0A0. Windows color (decimal): -1282081 or 14643180. OLE color: 14643180.
HSL color Cylindrical-coordinate representation of color #EC6FDF: hue angle of 306.24º 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 #EC6FDF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 223 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.07 |
| HSL | 306.24º | 0.77% | 0.68% | - |
| HSV(B) | 306.24º | 0.53% | 0.93% | - |
| XYZ | 53.6 | 34.53 | 73.65 | - |
| YUV | 161.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 223 | 0 | 0.53 | 0.06 | 0.07 | 306.24 | 0.77 | 0.68 |
| Hex | EC | 6F | DF | 0 | 35 | 6 | 7 | 132 | 4D | 44 |
| Octal | 354 | 157 | 337 | 0 | 65 | 6 | 7 | 462 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11011111 | 0 | 110101 | 110 | 111 | 100110010 | 1001101 | 1000100 |
Color Harmonies of #EC6FDF
Complementary color
Monochromatic Colors of #EC6FDF
Black with #EC6FDF
Text Example
Text Example
White with #EC6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FDF; }
p { color: rgb(236,111,223); }
H1.HeaderClassName
{
color: #EC6FDF;
}
.AnyTagClassName
{
color: #EC6FDF;
}
</style>
background-color css
<style>
a { background-color: #EC6FDF; }
a { background-color: rgb(236,111,223); }
div.DivClassName
{
background-color: #EC6FDF;
}
.BgClassName
{
background-color: #EC6FDF;
}
</style>
border-color css
<style>
span { border-color: #EC6FDF; }
span { border-color: rgb(236,111,223); }
td.TdClassName
{
border-color: #EC6FDF;
}
.TagClassName
{
border-color: #EC6FDF;
}
</style>