Shades of Orchid #DA86DB
Tints of Orchid #DA86DB
RGB
CMYK
RGB Variations
Color information
#DA86DB (or 0xDA86DB) is known color: Orchid. HEX triplet: DA, 86 and DB. RGB value is (218,134,219). Sum of RGB (Red+Green+Blue) = 218+134+219=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86DB is #257924. Grayscale: #A8A8A8. Windows color (decimal): -2455845 or 14386906. OLE color: 14386906.
HSL color Cylindrical-coordinate representation of color #DA86DB: hue angle of 299.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA86DB is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 134 | 219 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.14 |
| HSL | 299.29º | 0.54% | 0.69% | - |
| HSV(B) | 299.29º | 0.39% | 0.86% | - |
| XYZ | 50.22 | 37.07 | 71.53 | - |
| YUV | 168.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 219 | 0.00 | 0.39 | 0 | 0.14 | 299.29 | 0.54 | 0.69 |
| Hex | DA | 86 | DB | 0 | 27 | 0 | E | 12B | 36 | 45 |
| Octal | 332 | 206 | 333 | 0 | 47 | 0 | 16 | 453 | 66 | 105 |
| Binary | 11011010 | 10000110 | 11011011 | 0 | 100111 | 0 | 1110 | 100101011 | 110110 | 1000101 |
Color Harmonies of #DA86DB
Complementary color
Monochromatic Colors of #DA86DB
Black with #DA86DB
Text Example
Text Example
White with #DA86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86DB; }
p { color: rgb(218,134,219); }
H1.HeaderClassName
{
color: #DA86DB;
}
.AnyTagClassName
{
color: #DA86DB;
}
</style>
background-color css
<style>
a { background-color: #DA86DB; }
a { background-color: rgb(218,134,219); }
div.DivClassName
{
background-color: #DA86DB;
}
.BgClassName
{
background-color: #DA86DB;
}
</style>
border-color css
<style>
span { border-color: #DA86DB; }
span { border-color: rgb(218,134,219); }
td.TdClassName
{
border-color: #DA86DB;
}
.TagClassName
{
border-color: #DA86DB;
}
</style>