Shades of Orchid #DB82DB
Tints of Orchid #DB82DB
RGB
CMYK
RGB Variations
Color information
#DB82DB (or 0xDB82DB) is known color: Orchid. HEX triplet: DB, 82 and DB. RGB value is (219,130,219). Sum of RGB (Red+Green+Blue) = 219+130+219=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82DB is #247D24. Grayscale: #A6A6A6. Windows color (decimal): -2391333 or 14385883. OLE color: 14385883.
HSL color Cylindrical-coordinate representation of color #DB82DB: hue angle of 300º 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 #DB82DB is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 130 | 219 | - |
CMYK | 0 | 0.41 | 0 | 0.14 |
HSL | 300º | 0.55% | 0.68% | - |
HSV(B) | 300º | 0.41% | 0.86% | - |
XYZ | 49.98 | 36.14 | 71.36 | - |
YUV | 166.76 | 157.49 | 165.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 130 | 219 | 0 | 0.41 | 0 | 0.14 | 300 | 0.55 | 0.68 |
Hex | DB | 82 | DB | 0 | 29 | 0 | E | 12C | 37 | 44 |
Octal | 333 | 202 | 333 | 0 | 51 | 0 | 16 | 454 | 67 | 104 |
Binary | 11011011 | 10000010 | 11011011 | 0 | 101001 | 0 | 1110 | 100101100 | 110111 | 1000100 |
Color Harmonies of #DB82DB
Complementary color
Monochromatic Colors of #DB82DB
Black with #DB82DB
Text Example
Text Example
White with #DB82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82DB; }
p { color: rgb(219,130,219); }
H1.HeaderClassName
{
color: #DB82DB;
}
.AnyTagClassName
{
color: #DB82DB;
}
</style>
background-color css
<style>
a { background-color: #DB82DB; }
a { background-color: rgb(219,130,219); }
div.DivClassName
{
background-color: #DB82DB;
}
.BgClassName
{
background-color: #DB82DB;
}
</style>
border-color css
<style>
span { border-color: #DB82DB; }
span { border-color: rgb(219,130,219); }
td.TdClassName
{
border-color: #DB82DB;
}
.TagClassName
{
border-color: #DB82DB;
}
</style>