Shades of Orchid #EF6FDF
Tints of Orchid #EF6FDF
RGB
CMYK
RGB Variations
Color information
#EF6FDF (or 0xEF6FDF) is known color: Orchid. HEX triplet: EF, 6F and DF. RGB value is (239,111,223). Sum of RGB (Red+Green+Blue) = 239+111+223=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FDF is #109020. Grayscale: #A1A1A1. Windows color (decimal): -1085473 or 14643183. OLE color: 14643183.
HSL color Cylindrical-coordinate representation of color #EF6FDF: hue angle of 307.5º 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 #EF6FDF is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 223 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.06 |
| HSL | 307.5º | 0.8% | 0.69% | - |
| HSV(B) | 307.5º | 0.54% | 0.94% | - |
| XYZ | 54.6 | 35.05 | 73.7 | - |
| YUV | 162.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 223 | 0 | 0.54 | 0.07 | 0.06 | 307.5 | 0.8 | 0.69 |
| Hex | EF | 6F | DF | 0 | 36 | 7 | 6 | 134 | 50 | 45 |
| Octal | 357 | 157 | 337 | 0 | 66 | 7 | 6 | 464 | 120 | 105 |
| Binary | 11101111 | 1101111 | 11011111 | 0 | 110110 | 111 | 110 | 100110100 | 1010000 | 1000101 |
Color Harmonies of #EF6FDF
Complementary color
Monochromatic Colors of #EF6FDF
Black with #EF6FDF
Text Example
Text Example
White with #EF6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FDF; }
p { color: rgb(239,111,223); }
H1.HeaderClassName
{
color: #EF6FDF;
}
.AnyTagClassName
{
color: #EF6FDF;
}
</style>
background-color css
<style>
a { background-color: #EF6FDF; }
a { background-color: rgb(239,111,223); }
div.DivClassName
{
background-color: #EF6FDF;
}
.BgClassName
{
background-color: #EF6FDF;
}
</style>
border-color css
<style>
span { border-color: #EF6FDF; }
span { border-color: rgb(239,111,223); }
td.TdClassName
{
border-color: #EF6FDF;
}
.TagClassName
{
border-color: #EF6FDF;
}
</style>