Shades of Orchid #EF6FDC
Tints of Orchid #EF6FDC
RGB
CMYK
RGB Variations
Color information
#EF6FDC (or 0xEF6FDC) is known color: Orchid. HEX triplet: EF, 6F and DC. RGB value is (239,111,220). Sum of RGB (Red+Green+Blue) = 239+111+220=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FDC is #109023. Grayscale: #A1A1A1. Windows color (decimal): -1085476 or 14446575. OLE color: 14446575.
HSL color Cylindrical-coordinate representation of color #EF6FDC: hue angle of 308.91º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FDC is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 220 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.06 |
| HSL | 308.91º | 0.8% | 0.69% | - |
| HSV(B) | 308.91º | 0.54% | 0.94% | - |
| XYZ | 54.2 | 34.89 | 71.59 | - |
| YUV | 161.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 220 | 0 | 0.54 | 0.08 | 0.06 | 308.91 | 0.8 | 0.69 |
| Hex | EF | 6F | DC | 0 | 36 | 8 | 6 | 135 | 50 | 45 |
| Octal | 357 | 157 | 334 | 0 | 66 | 10 | 6 | 465 | 120 | 105 |
| Binary | 11101111 | 1101111 | 11011100 | 0 | 110110 | 1000 | 110 | 100110101 | 1010000 | 1000101 |
Color Harmonies of #EF6FDC
Complementary color
Monochromatic Colors of #EF6FDC
Black with #EF6FDC
Text Example
Text Example
White with #EF6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FDC; }
p { color: rgb(239,111,220); }
H1.HeaderClassName
{
color: #EF6FDC;
}
.AnyTagClassName
{
color: #EF6FDC;
}
</style>
background-color css
<style>
a { background-color: #EF6FDC; }
a { background-color: rgb(239,111,220); }
div.DivClassName
{
background-color: #EF6FDC;
}
.BgClassName
{
background-color: #EF6FDC;
}
</style>
border-color css
<style>
span { border-color: #EF6FDC; }
span { border-color: rgb(239,111,220); }
td.TdClassName
{
border-color: #EF6FDC;
}
.TagClassName
{
border-color: #EF6FDC;
}
</style>