Shades of Orchid #DB76DA
Tints of Orchid #DB76DA
RGB
CMYK
RGB Variations
Color information
#DB76DA (or 0xDB76DA) is known color: Orchid. HEX triplet: DB, 76 and DA. RGB value is (219,118,218). Sum of RGB (Red+Green+Blue) = 219+118+218=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76DA is #248925. Grayscale: #9F9F9F. Windows color (decimal): -2394406 or 14317275. OLE color: 14317275.
HSL color Cylindrical-coordinate representation of color #DB76DA: hue angle of 300.59º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB76DA is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 218 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.14 |
| HSL | 300.59º | 0.58% | 0.66% | - |
| HSV(B) | 300.59º | 0.46% | 0.86% | - |
| XYZ | 48.35 | 33.08 | 70.17 | - |
| YUV | 159.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 218 | 0 | 0.46 | 0.00 | 0.14 | 300.59 | 0.58 | 0.66 |
| Hex | DB | 76 | DA | 0 | 2E | 0 | E | 12D | 3A | 42 |
| Octal | 333 | 166 | 332 | 0 | 56 | 0 | 16 | 455 | 72 | 102 |
| Binary | 11011011 | 1110110 | 11011010 | 0 | 101110 | 0 | 1110 | 100101101 | 111010 | 1000010 |
Color Harmonies of #DB76DA
Complementary color
Monochromatic Colors of #DB76DA
Black with #DB76DA
Text Example
Text Example
White with #DB76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76DA; }
p { color: rgb(219,118,218); }
H1.HeaderClassName
{
color: #DB76DA;
}
.AnyTagClassName
{
color: #DB76DA;
}
</style>
background-color css
<style>
a { background-color: #DB76DA; }
a { background-color: rgb(219,118,218); }
div.DivClassName
{
background-color: #DB76DA;
}
.BgClassName
{
background-color: #DB76DA;
}
</style>
border-color css
<style>
span { border-color: #DB76DA; }
span { border-color: rgb(219,118,218); }
td.TdClassName
{
border-color: #DB76DA;
}
.TagClassName
{
border-color: #DB76DA;
}
</style>