Shades of Orchid #EF6FDB
Tints of Orchid #EF6FDB
RGB
CMYK
RGB Variations
Color information
#EF6FDB (or 0xEF6FDB) is known color: Orchid. HEX triplet: EF, 6F and DB. RGB value is (239,111,219). Sum of RGB (Red+Green+Blue) = 239+111+219=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 111 (43.75% from 255 or 19.51% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FDB is #109024. Grayscale: #A1A1A1. Windows color (decimal): -1085477 or 14381039. OLE color: 14381039.
HSL color Cylindrical-coordinate representation of color #EF6FDB: hue angle of 309.38º 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 #EF6FDB is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 111 | 219 | - |
CMYK | 0 | 0.54 | 0.08 | 0.06 |
HSL | 309.38º | 0.8% | 0.69% | - |
HSV(B) | 309.38º | 0.54% | 0.94% | - |
XYZ | 54.07 | 34.83 | 70.89 | - |
YUV | 161.58 | 160.41 | 183.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 111 | 219 | 0 | 0.54 | 0.08 | 0.06 | 309.38 | 0.8 | 0.69 |
Hex | EF | 6F | DB | 0 | 36 | 8 | 6 | 135 | 50 | 45 |
Octal | 357 | 157 | 333 | 0 | 66 | 10 | 6 | 465 | 120 | 105 |
Binary | 11101111 | 1101111 | 11011011 | 0 | 110110 | 1000 | 110 | 100110101 | 1010000 | 1000101 |
Color Harmonies of #EF6FDB
Complementary color
Monochromatic Colors of #EF6FDB
Black with #EF6FDB
Text Example
Text Example
White with #EF6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6FDB; }
p { color: rgb(239,111,219); }
H1.HeaderClassName
{
color: #EF6FDB;
}
.AnyTagClassName
{
color: #EF6FDB;
}
</style>
background-color css
<style>
a { background-color: #EF6FDB; }
a { background-color: rgb(239,111,219); }
div.DivClassName
{
background-color: #EF6FDB;
}
.BgClassName
{
background-color: #EF6FDB;
}
</style>
border-color css
<style>
span { border-color: #EF6FDB; }
span { border-color: rgb(239,111,219); }
td.TdClassName
{
border-color: #EF6FDB;
}
.TagClassName
{
border-color: #EF6FDB;
}
</style>