Shades of Orchid #DB6ADF
Tints of Orchid #DB6ADF
RGB
CMYK
RGB Variations
Color information
#DB6ADF (or 0xDB6ADF) is known color: Orchid. HEX triplet: DB, 6A and DF. RGB value is (219,106,223). Sum of RGB (Red+Green+Blue) = 219+106+223=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ADF is #249520. Grayscale: #989898. Windows color (decimal): -2397473 or 14641883. OLE color: 14641883.
HSL color Cylindrical-coordinate representation of color #DB6ADF: hue angle of 297.95º 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 #DB6ADF is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 106 | 223 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.13 |
| HSL | 297.95º | 0.65% | 0.65% | - |
| HSV(B) | 297.95º | 0.52% | 0.87% | - |
| XYZ | 47.69 | 30.7 | 73.22 | - |
| YUV | 153.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 223 | 0.02 | 0.52 | 0 | 0.13 | 297.95 | 0.65 | 0.65 |
| Hex | DB | 6A | DF | 2 | 34 | 0 | D | 12A | 41 | 41 |
| Octal | 333 | 152 | 337 | 2 | 64 | 0 | 15 | 452 | 101 | 101 |
| Binary | 11011011 | 1101010 | 11011111 | 10 | 110100 | 0 | 1101 | 100101010 | 1000001 | 1000001 |
Color Harmonies of #DB6ADF
Complementary color
Monochromatic Colors of #DB6ADF
Black with #DB6ADF
Text Example
Text Example
White with #DB6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6ADF; }
p { color: rgb(219,106,223); }
H1.HeaderClassName
{
color: #DB6ADF;
}
.AnyTagClassName
{
color: #DB6ADF;
}
</style>
background-color css
<style>
a { background-color: #DB6ADF; }
a { background-color: rgb(219,106,223); }
div.DivClassName
{
background-color: #DB6ADF;
}
.BgClassName
{
background-color: #DB6ADF;
}
</style>
border-color css
<style>
span { border-color: #DB6ADF; }
span { border-color: rgb(219,106,223); }
td.TdClassName
{
border-color: #DB6ADF;
}
.TagClassName
{
border-color: #DB6ADF;
}
</style>