Shades of Orchid #DB76D0
Tints of Orchid #DB76D0
RGB
CMYK
RGB Variations
Color information
#DB76D0 (or 0xDB76D0) is known color: Orchid. HEX triplet: DB, 76 and D0. RGB value is (219,118,208). Sum of RGB (Red+Green+Blue) = 219+118+208=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76D0 is #24892F. Grayscale: #9E9E9E. Windows color (decimal): -2394416 or 13661915. OLE color: 13661915.
HSL color Cylindrical-coordinate representation of color #DB76D0: hue angle of 306.53º 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 #DB76D0 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 208 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.14 |
| HSL | 306.53º | 0.58% | 0.66% | - |
| HSV(B) | 306.53º | 0.46% | 0.86% | - |
| XYZ | 47.08 | 32.57 | 63.48 | - |
| YUV | 158.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 208 | 0 | 0.46 | 0.05 | 0.14 | 306.53 | 0.58 | 0.66 |
| Hex | DB | 76 | D0 | 0 | 2E | 5 | E | 133 | 3A | 42 |
| Octal | 333 | 166 | 320 | 0 | 56 | 5 | 16 | 463 | 72 | 102 |
| Binary | 11011011 | 1110110 | 11010000 | 0 | 101110 | 101 | 1110 | 100110011 | 111010 | 1000010 |
Color Harmonies of #DB76D0
Complementary color
Monochromatic Colors of #DB76D0
Black with #DB76D0
Text Example
Text Example
White with #DB76D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76D0; }
p { color: rgb(219,118,208); }
H1.HeaderClassName
{
color: #DB76D0;
}
.AnyTagClassName
{
color: #DB76D0;
}
</style>
background-color css
<style>
a { background-color: #DB76D0; }
a { background-color: rgb(219,118,208); }
div.DivClassName
{
background-color: #DB76D0;
}
.BgClassName
{
background-color: #DB76D0;
}
</style>
border-color css
<style>
span { border-color: #DB76D0; }
span { border-color: rgb(219,118,208); }
td.TdClassName
{
border-color: #DB76D0;
}
.TagClassName
{
border-color: #DB76D0;
}
</style>