Shades of Orchid #EB6FDB
Tints of Orchid #EB6FDB
RGB
CMYK
RGB Variations
Color information
#EB6FDB (or 0xEB6FDB) is known color: Orchid. HEX triplet: EB, 6F and DB. RGB value is (235,111,219). Sum of RGB (Red+Green+Blue) = 235+111+219=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FDB is #149024. Grayscale: #A0A0A0. Windows color (decimal): -1347621 or 14381035. OLE color: 14381035.
HSL color Cylindrical-coordinate representation of color #EB6FDB: hue angle of 307.74º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6FDB is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 111 | 219 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.08 |
| HSL | 307.74º | 0.76% | 0.68% | - |
| HSV(B) | 307.74º | 0.53% | 0.92% | - |
| XYZ | 52.73 | 34.15 | 70.83 | - |
| YUV | 160.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 111 | 219 | 0 | 0.53 | 0.07 | 0.08 | 307.74 | 0.76 | 0.68 |
| Hex | EB | 6F | DB | 0 | 35 | 7 | 8 | 134 | 4C | 44 |
| Octal | 353 | 157 | 333 | 0 | 65 | 7 | 10 | 464 | 114 | 104 |
| Binary | 11101011 | 1101111 | 11011011 | 0 | 110101 | 111 | 1000 | 100110100 | 1001100 | 1000100 |
Color Harmonies of #EB6FDB
Complementary color
Monochromatic Colors of #EB6FDB
Black with #EB6FDB
Text Example
Text Example
White with #EB6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6FDB; }
p { color: rgb(235,111,219); }
H1.HeaderClassName
{
color: #EB6FDB;
}
.AnyTagClassName
{
color: #EB6FDB;
}
</style>
background-color css
<style>
a { background-color: #EB6FDB; }
a { background-color: rgb(235,111,219); }
div.DivClassName
{
background-color: #EB6FDB;
}
.BgClassName
{
background-color: #EB6FDB;
}
</style>
border-color css
<style>
span { border-color: #EB6FDB; }
span { border-color: rgb(235,111,219); }
td.TdClassName
{
border-color: #EB6FDB;
}
.TagClassName
{
border-color: #EB6FDB;
}
</style>