Shades of Orchid #DB6AE0
Tints of Orchid #DB6AE0
RGB
CMYK
RGB Variations
Color information
#DB6AE0 (or 0xDB6AE0) is known color: Orchid. HEX triplet: DB, 6A and E0. RGB value is (219,106,224). Sum of RGB (Red+Green+Blue) = 219+106+224=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB6AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6AE0 is #24951F. Grayscale: #989898. Windows color (decimal): -2397472 or 14707419. OLE color: 14707419.
HSL color Cylindrical-coordinate representation of color #DB6AE0: hue angle of 297.46º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6AE0 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 106 | 224 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.12 |
| HSL | 297.46º | 0.66% | 0.65% | - |
| HSV(B) | 297.46º | 0.53% | 0.88% | - |
| XYZ | 47.82 | 30.75 | 73.94 | - |
| YUV | 153.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 224 | 0.02 | 0.53 | 0 | 0.12 | 297.46 | 0.66 | 0.65 |
| Hex | DB | 6A | E0 | 2 | 35 | 0 | C | 129 | 42 | 41 |
| Octal | 333 | 152 | 340 | 2 | 65 | 0 | 14 | 451 | 102 | 101 |
| Binary | 11011011 | 1101010 | 11100000 | 10 | 110101 | 0 | 1100 | 100101001 | 1000010 | 1000001 |
Color Harmonies of #DB6AE0
Complementary color
Monochromatic Colors of #DB6AE0
Black with #DB6AE0
Text Example
Text Example
White with #DB6AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AE0; }
p { color: rgb(219,106,224); }
H1.HeaderClassName
{
color: #DB6AE0;
}
.AnyTagClassName
{
color: #DB6AE0;
}
</style>
background-color css
<style>
a { background-color: #DB6AE0; }
a { background-color: rgb(219,106,224); }
div.DivClassName
{
background-color: #DB6AE0;
}
.BgClassName
{
background-color: #DB6AE0;
}
</style>
border-color css
<style>
span { border-color: #DB6AE0; }
span { border-color: rgb(219,106,224); }
td.TdClassName
{
border-color: #DB6AE0;
}
.TagClassName
{
border-color: #DB6AE0;
}
</style>