Shades of Orchid #EC6FDA
Tints of Orchid #EC6FDA
RGB
CMYK
RGB Variations
Color information
#EC6FDA (or 0xEC6FDA) is known color: Orchid. HEX triplet: EC, 6F and DA. RGB value is (236,111,218). Sum of RGB (Red+Green+Blue) = 236+111+218=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FDA is #139025. Grayscale: #A0A0A0. Windows color (decimal): -1282086 or 14315500. OLE color: 14315500.
HSL color Cylindrical-coordinate representation of color #EC6FDA: hue angle of 308.64º 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 #EC6FDA is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 218 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.07 |
| HSL | 308.64º | 0.77% | 0.68% | - |
| HSV(B) | 308.64º | 0.53% | 0.93% | - |
| XYZ | 52.93 | 34.26 | 70.15 | - |
| YUV | 160.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 218 | 0 | 0.53 | 0.08 | 0.07 | 308.64 | 0.77 | 0.68 |
| Hex | EC | 6F | DA | 0 | 35 | 8 | 7 | 135 | 4D | 44 |
| Octal | 354 | 157 | 332 | 0 | 65 | 10 | 7 | 465 | 115 | 104 |
| Binary | 11101100 | 1101111 | 11011010 | 0 | 110101 | 1000 | 111 | 100110101 | 1001101 | 1000100 |
Color Harmonies of #EC6FDA
Complementary color
Monochromatic Colors of #EC6FDA
Black with #EC6FDA
Text Example
Text Example
White with #EC6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FDA; }
p { color: rgb(236,111,218); }
H1.HeaderClassName
{
color: #EC6FDA;
}
.AnyTagClassName
{
color: #EC6FDA;
}
</style>
background-color css
<style>
a { background-color: #EC6FDA; }
a { background-color: rgb(236,111,218); }
div.DivClassName
{
background-color: #EC6FDA;
}
.BgClassName
{
background-color: #EC6FDA;
}
</style>
border-color css
<style>
span { border-color: #EC6FDA; }
span { border-color: rgb(236,111,218); }
td.TdClassName
{
border-color: #EC6FDA;
}
.TagClassName
{
border-color: #EC6FDA;
}
</style>