Shades of Orchid #DA82DB
Tints of Orchid #DA82DB
RGB
CMYK
RGB Variations
Color information
#DA82DB (or 0xDA82DB) is known color: Orchid. HEX triplet: DA, 82 and DB. RGB value is (218,130,219). Sum of RGB (Red+Green+Blue) = 218+130+219=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82DB is #257D24. Grayscale: #A6A6A6. Windows color (decimal): -2456869 or 14385882. OLE color: 14385882.
HSL color Cylindrical-coordinate representation of color #DA82DB: hue angle of 299.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA82DB is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 130 | 219 | - |
| CMYK | 0.00 | 0.41 | 0 | 0.14 |
| HSL | 299.33º | 0.55% | 0.68% | - |
| HSV(B) | 299.33º | 0.41% | 0.86% | - |
| XYZ | 49.68 | 35.99 | 71.35 | - |
| YUV | 166.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 219 | 0.00 | 0.41 | 0 | 0.14 | 299.33 | 0.55 | 0.68 |
| Hex | DA | 82 | DB | 0 | 29 | 0 | E | 12B | 37 | 44 |
| Octal | 332 | 202 | 333 | 0 | 51 | 0 | 16 | 453 | 67 | 104 |
| Binary | 11011010 | 10000010 | 11011011 | 0 | 101001 | 0 | 1110 | 100101011 | 110111 | 1000100 |
Color Harmonies of #DA82DB
Complementary color
Monochromatic Colors of #DA82DB
Black with #DA82DB
Text Example
Text Example
White with #DA82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82DB; }
p { color: rgb(218,130,219); }
H1.HeaderClassName
{
color: #DA82DB;
}
.AnyTagClassName
{
color: #DA82DB;
}
</style>
background-color css
<style>
a { background-color: #DA82DB; }
a { background-color: rgb(218,130,219); }
div.DivClassName
{
background-color: #DA82DB;
}
.BgClassName
{
background-color: #DA82DB;
}
</style>
border-color css
<style>
span { border-color: #DA82DB; }
span { border-color: rgb(218,130,219); }
td.TdClassName
{
border-color: #DA82DB;
}
.TagClassName
{
border-color: #DA82DB;
}
</style>