Shades of Orchid #DB76DC
Tints of Orchid #DB76DC
RGB
CMYK
RGB Variations
Color information
#DB76DC (or 0xDB76DC) is known color: Orchid. HEX triplet: DB, 76 and DC. RGB value is (219,118,220). Sum of RGB (Red+Green+Blue) = 219+118+220=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76DC is #248923. Grayscale: #9F9F9F. Windows color (decimal): -2394404 or 14448347. OLE color: 14448347.
HSL color Cylindrical-coordinate representation of color #DB76DC: hue angle of 299.41º degrees, saturation: 0.59, 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 #DB76DC is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 220 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.14 |
| HSL | 299.41º | 0.59% | 0.66% | - |
| HSV(B) | 299.41º | 0.46% | 0.86% | - |
| XYZ | 48.61 | 33.18 | 71.55 | - |
| YUV | 159.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 220 | 0.00 | 0.46 | 0 | 0.14 | 299.41 | 0.59 | 0.66 |
| Hex | DB | 76 | DC | 0 | 2E | 0 | E | 12B | 3B | 42 |
| Octal | 333 | 166 | 334 | 0 | 56 | 0 | 16 | 453 | 73 | 102 |
| Binary | 11011011 | 1110110 | 11011100 | 0 | 101110 | 0 | 1110 | 100101011 | 111011 | 1000010 |
Color Harmonies of #DB76DC
Complementary color
Monochromatic Colors of #DB76DC
Black with #DB76DC
Text Example
Text Example
White with #DB76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76DC; }
p { color: rgb(219,118,220); }
H1.HeaderClassName
{
color: #DB76DC;
}
.AnyTagClassName
{
color: #DB76DC;
}
</style>
background-color css
<style>
a { background-color: #DB76DC; }
a { background-color: rgb(219,118,220); }
div.DivClassName
{
background-color: #DB76DC;
}
.BgClassName
{
background-color: #DB76DC;
}
</style>
border-color css
<style>
span { border-color: #DB76DC; }
span { border-color: rgb(219,118,220); }
td.TdClassName
{
border-color: #DB76DC;
}
.TagClassName
{
border-color: #DB76DC;
}
</style>