Shades of Orchid #DA6EDB
Tints of Orchid #DA6EDB
RGB
CMYK
RGB Variations
Color information
#DA6EDB (or 0xDA6EDB) is known color: Orchid. HEX triplet: DA, 6E and DB. RGB value is (218,110,219). Sum of RGB (Red+Green+Blue) = 218+110+219=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EDB is #259124. Grayscale: #9A9A9A. Windows color (decimal): -2461989 or 14380762. OLE color: 14380762.
HSL color Cylindrical-coordinate representation of color #DA6EDB: hue angle of 299.45º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6EDB is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 110 | 219 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.14 |
| HSL | 299.45º | 0.6% | 0.65% | - |
| HSV(B) | 299.45º | 0.5% | 0.86% | - |
| XYZ | 47.28 | 31.17 | 70.54 | - |
| YUV | 154.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 219 | 0.00 | 0.50 | 0 | 0.14 | 299.45 | 0.6 | 0.65 |
| Hex | DA | 6E | DB | 0 | 32 | 0 | E | 12B | 3C | 41 |
| Octal | 332 | 156 | 333 | 0 | 62 | 0 | 16 | 453 | 74 | 101 |
| Binary | 11011010 | 1101110 | 11011011 | 0 | 110010 | 0 | 1110 | 100101011 | 111100 | 1000001 |
Color Harmonies of #DA6EDB
Complementary color
Monochromatic Colors of #DA6EDB
Black with #DA6EDB
Text Example
Text Example
White with #DA6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6EDB; }
p { color: rgb(218,110,219); }
H1.HeaderClassName
{
color: #DA6EDB;
}
.AnyTagClassName
{
color: #DA6EDB;
}
</style>
background-color css
<style>
a { background-color: #DA6EDB; }
a { background-color: rgb(218,110,219); }
div.DivClassName
{
background-color: #DA6EDB;
}
.BgClassName
{
background-color: #DA6EDB;
}
</style>
border-color css
<style>
span { border-color: #DA6EDB; }
span { border-color: rgb(218,110,219); }
td.TdClassName
{
border-color: #DA6EDB;
}
.TagClassName
{
border-color: #DA6EDB;
}
</style>