Shades of Orchid #DA6ADB
Tints of Orchid #DA6ADB
RGB
CMYK
RGB Variations
Color information
#DA6ADB (or 0xDA6ADB) is known color: Orchid. HEX triplet: DA, 6A and DB. RGB value is (218,106,219). Sum of RGB (Red+Green+Blue) = 218+106+219=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ADB is #259524. Grayscale: #989898. Windows color (decimal): -2463013 or 14379738. OLE color: 14379738.
HSL color Cylindrical-coordinate representation of color #DA6ADB: hue angle of 299.47º 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 #DA6ADB is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 106 | 219 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.14 |
| HSL | 299.47º | 0.61% | 0.64% | - |
| HSV(B) | 299.47º | 0.52% | 0.86% | - |
| XYZ | 46.85 | 30.33 | 70.4 | - |
| YUV | 152.37 | 165.61 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 219 | 0.00 | 0.52 | 0 | 0.14 | 299.47 | 0.61 | 0.64 |
| Hex | DA | 6A | DB | 0 | 34 | 0 | E | 12B | 3D | 40 |
| Octal | 332 | 152 | 333 | 0 | 64 | 0 | 16 | 453 | 75 | 100 |
| Binary | 11011010 | 1101010 | 11011011 | 0 | 110100 | 0 | 1110 | 100101011 | 111101 | 1000000 |
Color Harmonies of #DA6ADB
Complementary color
Monochromatic Colors of #DA6ADB
Black with #DA6ADB
Text Example
Text Example
White with #DA6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ADB; }
p { color: rgb(218,106,219); }
H1.HeaderClassName
{
color: #DA6ADB;
}
.AnyTagClassName
{
color: #DA6ADB;
}
</style>
background-color css
<style>
a { background-color: #DA6ADB; }
a { background-color: rgb(218,106,219); }
div.DivClassName
{
background-color: #DA6ADB;
}
.BgClassName
{
background-color: #DA6ADB;
}
</style>
border-color css
<style>
span { border-color: #DA6ADB; }
span { border-color: rgb(218,106,219); }
td.TdClassName
{
border-color: #DA6ADB;
}
.TagClassName
{
border-color: #DA6ADB;
}
</style>