Shades of Orchid #DB6AD1
Tints of Orchid #DB6AD1
RGB
CMYK
RGB Variations
Color information
#DB6AD1 (or 0xDB6AD1) is known color: Orchid. HEX triplet: DB, 6A and D1. RGB value is (219,106,209). Sum of RGB (Red+Green+Blue) = 219+106+209=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6AD1 is #24952E. Grayscale: #979797. Windows color (decimal): -2397487 or 13724379. OLE color: 13724379.
HSL color Cylindrical-coordinate representation of color #DB6AD1: hue angle of 305.31º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6AD1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 106 | 209 | - |
CMYK | 0 | 0.52 | 0.05 | 0.14 |
HSL | 305.31º | 0.61% | 0.64% | - |
HSV(B) | 305.31º | 0.52% | 0.86% | - |
XYZ | 45.88 | 29.97 | 63.69 | - |
YUV | 151.53 | 160.44 | 176.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 106 | 209 | 0 | 0.52 | 0.05 | 0.14 | 305.31 | 0.61 | 0.64 |
Hex | DB | 6A | D1 | 0 | 34 | 5 | E | 131 | 3D | 40 |
Octal | 333 | 152 | 321 | 0 | 64 | 5 | 16 | 461 | 75 | 100 |
Binary | 11011011 | 1101010 | 11010001 | 0 | 110100 | 101 | 1110 | 100110001 | 111101 | 1000000 |
Color Harmonies of #DB6AD1
Complementary color
Monochromatic Colors of #DB6AD1
Black with #DB6AD1
Text Example
Text Example
White with #DB6AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AD1; }
p { color: rgb(219,106,209); }
H1.HeaderClassName
{
color: #DB6AD1;
}
.AnyTagClassName
{
color: #DB6AD1;
}
</style>
background-color css
<style>
a { background-color: #DB6AD1; }
a { background-color: rgb(219,106,209); }
div.DivClassName
{
background-color: #DB6AD1;
}
.BgClassName
{
background-color: #DB6AD1;
}
</style>
border-color css
<style>
span { border-color: #DB6AD1; }
span { border-color: rgb(219,106,209); }
td.TdClassName
{
border-color: #DB6AD1;
}
.TagClassName
{
border-color: #DB6AD1;
}
</style>