Shades of Orchid #DF6EDB
Tints of Orchid #DF6EDB
RGB
CMYK
RGB Variations
Color information
#DF6EDB (or 0xDF6EDB) is known color: Orchid. HEX triplet: DF, 6E and DB. RGB value is (223,110,219). Sum of RGB (Red+Green+Blue) = 223+110+219=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6EDB is #209124. Grayscale: #9B9B9B. Windows color (decimal): -2134309 or 14380767. OLE color: 14380767.
HSL color Cylindrical-coordinate representation of color #DF6EDB: hue angle of 302.12º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6EDB is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 219 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.13 |
| HSL | 302.12º | 0.64% | 0.65% | - |
| HSV(B) | 302.12º | 0.51% | 0.87% | - |
| XYZ | 48.79 | 31.95 | 70.61 | - |
| YUV | 156.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 219 | 0 | 0.51 | 0.02 | 0.13 | 302.12 | 0.64 | 0.65 |
| Hex | DF | 6E | DB | 0 | 33 | 2 | D | 12E | 40 | 41 |
| Octal | 337 | 156 | 333 | 0 | 63 | 2 | 15 | 456 | 100 | 101 |
| Binary | 11011111 | 1101110 | 11011011 | 0 | 110011 | 10 | 1101 | 100101110 | 1000000 | 1000001 |
Color Harmonies of #DF6EDB
Complementary color
Monochromatic Colors of #DF6EDB
Black with #DF6EDB
Text Example
Text Example
White with #DF6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6EDB; }
p { color: rgb(223,110,219); }
H1.HeaderClassName
{
color: #DF6EDB;
}
.AnyTagClassName
{
color: #DF6EDB;
}
</style>
background-color css
<style>
a { background-color: #DF6EDB; }
a { background-color: rgb(223,110,219); }
div.DivClassName
{
background-color: #DF6EDB;
}
.BgClassName
{
background-color: #DF6EDB;
}
</style>
border-color css
<style>
span { border-color: #DF6EDB; }
span { border-color: rgb(223,110,219); }
td.TdClassName
{
border-color: #DF6EDB;
}
.TagClassName
{
border-color: #DF6EDB;
}
</style>