Shades of Orchid #DF6ADB
Tints of Orchid #DF6ADB
RGB
CMYK
RGB Variations
Color information
#DF6ADB (or 0xDF6ADB) is known color: Orchid. HEX triplet: DF, 6A and DB. RGB value is (223,106,219). Sum of RGB (Red+Green+Blue) = 223+106+219=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ADB is #209524. Grayscale: #999999. Windows color (decimal): -2135333 or 14379743. OLE color: 14379743.
HSL color Cylindrical-coordinate representation of color #DF6ADB: hue angle of 302.05º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6ADB is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 219 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.13 |
| HSL | 302.05º | 0.65% | 0.65% | - |
| HSV(B) | 302.05º | 0.52% | 0.87% | - |
| XYZ | 48.37 | 31.11 | 70.47 | - |
| YUV | 153.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 219 | 0 | 0.52 | 0.02 | 0.13 | 302.05 | 0.65 | 0.65 |
| Hex | DF | 6A | DB | 0 | 34 | 2 | D | 12E | 41 | 41 |
| Octal | 337 | 152 | 333 | 0 | 64 | 2 | 15 | 456 | 101 | 101 |
| Binary | 11011111 | 1101010 | 11011011 | 0 | 110100 | 10 | 1101 | 100101110 | 1000001 | 1000001 |
Color Harmonies of #DF6ADB
Complementary color
Monochromatic Colors of #DF6ADB
Black with #DF6ADB
Text Example
Text Example
White with #DF6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6ADB; }
p { color: rgb(223,106,219); }
H1.HeaderClassName
{
color: #DF6ADB;
}
.AnyTagClassName
{
color: #DF6ADB;
}
</style>
background-color css
<style>
a { background-color: #DF6ADB; }
a { background-color: rgb(223,106,219); }
div.DivClassName
{
background-color: #DF6ADB;
}
.BgClassName
{
background-color: #DF6ADB;
}
</style>
border-color css
<style>
span { border-color: #DF6ADB; }
span { border-color: rgb(223,106,219); }
td.TdClassName
{
border-color: #DF6ADB;
}
.TagClassName
{
border-color: #DF6ADB;
}
</style>