Shades of Orchid #EF6FDD
Tints of Orchid #EF6FDD
RGB
CMYK
RGB Variations
Color information
#EF6FDD (or 0xEF6FDD) is known color: Orchid. HEX triplet: EF, 6F and DD. RGB value is (239,111,221). Sum of RGB (Red+Green+Blue) = 239+111+221=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FDD is #109022. Grayscale: #A1A1A1. Windows color (decimal): -1085475 or 14512111. OLE color: 14512111.
HSL color Cylindrical-coordinate representation of color #EF6FDD: hue angle of 308.44º 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 #EF6FDD is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 221 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.06 |
| HSL | 308.44º | 0.8% | 0.69% | - |
| HSV(B) | 308.44º | 0.54% | 0.94% | - |
| XYZ | 54.33 | 34.94 | 72.29 | - |
| YUV | 161.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 221 | 0 | 0.54 | 0.08 | 0.06 | 308.44 | 0.8 | 0.69 |
| Hex | EF | 6F | DD | 0 | 36 | 8 | 6 | 134 | 50 | 45 |
| Octal | 357 | 157 | 335 | 0 | 66 | 10 | 6 | 464 | 120 | 105 |
| Binary | 11101111 | 1101111 | 11011101 | 0 | 110110 | 1000 | 110 | 100110100 | 1010000 | 1000101 |
Color Harmonies of #EF6FDD
Complementary color
Monochromatic Colors of #EF6FDD
Black with #EF6FDD
Text Example
Text Example
White with #EF6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FDD; }
p { color: rgb(239,111,221); }
H1.HeaderClassName
{
color: #EF6FDD;
}
.AnyTagClassName
{
color: #EF6FDD;
}
</style>
background-color css
<style>
a { background-color: #EF6FDD; }
a { background-color: rgb(239,111,221); }
div.DivClassName
{
background-color: #EF6FDD;
}
.BgClassName
{
background-color: #EF6FDD;
}
</style>
border-color css
<style>
span { border-color: #EF6FDD; }
span { border-color: rgb(239,111,221); }
td.TdClassName
{
border-color: #EF6FDD;
}
.TagClassName
{
border-color: #EF6FDD;
}
</style>