Shades of Orchid #EC6FDC
Tints of Orchid #EC6FDC
RGB
CMYK
RGB Variations
Color information
#EC6FDC (or 0xEC6FDC) is known color: Orchid. HEX triplet: EC, 6F and DC. RGB value is (236,111,220). Sum of RGB (Red+Green+Blue) = 236+111+220=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FDC is #139023. Grayscale: #A0A0A0. Windows color (decimal): -1282084 or 14446572. OLE color: 14446572.
HSL color Cylindrical-coordinate representation of color #EC6FDC: hue angle of 307.68º 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 #EC6FDC is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 220 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.07 |
| HSL | 307.68º | 0.77% | 0.68% | - |
| HSV(B) | 307.68º | 0.53% | 0.93% | - |
| XYZ | 53.19 | 34.37 | 71.54 | - |
| YUV | 160.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 220 | 0 | 0.53 | 0.07 | 0.07 | 307.68 | 0.77 | 0.68 |
| Hex | EC | 6F | DC | 0 | 35 | 7 | 7 | 134 | 4D | 44 |
| Octal | 354 | 157 | 334 | 0 | 65 | 7 | 7 | 464 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11011100 | 0 | 110101 | 111 | 111 | 100110100 | 1001101 | 1000100 |
Color Harmonies of #EC6FDC
Complementary color
Monochromatic Colors of #EC6FDC
Black with #EC6FDC
Text Example
Text Example
White with #EC6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FDC; }
p { color: rgb(236,111,220); }
H1.HeaderClassName
{
color: #EC6FDC;
}
.AnyTagClassName
{
color: #EC6FDC;
}
</style>
background-color css
<style>
a { background-color: #EC6FDC; }
a { background-color: rgb(236,111,220); }
div.DivClassName
{
background-color: #EC6FDC;
}
.BgClassName
{
background-color: #EC6FDC;
}
</style>
border-color css
<style>
span { border-color: #EC6FDC; }
span { border-color: rgb(236,111,220); }
td.TdClassName
{
border-color: #EC6FDC;
}
.TagClassName
{
border-color: #EC6FDC;
}
</style>