Shades of Orchid #DB76DD
Tints of Orchid #DB76DD
RGB
CMYK
RGB Variations
Color information
#DB76DD (or 0xDB76DD) is known color: Orchid. HEX triplet: DB, 76 and DD. RGB value is (219,118,221). Sum of RGB (Red+Green+Blue) = 219+118+221=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76DD is #248922. Grayscale: #9F9F9F. Windows color (decimal): -2394403 or 14513883. OLE color: 14513883.
HSL color Cylindrical-coordinate representation of color #DB76DD: hue angle of 298.83º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB76DD is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 118 | 221 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.13 |
| HSL | 298.84º | 0.6% | 0.66% | - |
| HSV(B) | 298.84º | 0.47% | 0.87% | - |
| XYZ | 48.74 | 33.24 | 72.25 | - |
| YUV | 159.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 221 | 0.01 | 0.47 | 0 | 0.13 | 298.84 | 0.6 | 0.66 |
| Hex | DB | 76 | DD | 1 | 2F | 0 | D | 12B | 3C | 42 |
| Octal | 333 | 166 | 335 | 1 | 57 | 0 | 15 | 453 | 74 | 102 |
| Binary | 11011011 | 1110110 | 11011101 | 1 | 101111 | 0 | 1101 | 100101011 | 111100 | 1000010 |
Color Harmonies of #DB76DD
Complementary color
Monochromatic Colors of #DB76DD
Black with #DB76DD
Text Example
Text Example
White with #DB76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76DD; }
p { color: rgb(219,118,221); }
H1.HeaderClassName
{
color: #DB76DD;
}
.AnyTagClassName
{
color: #DB76DD;
}
</style>
background-color css
<style>
a { background-color: #DB76DD; }
a { background-color: rgb(219,118,221); }
div.DivClassName
{
background-color: #DB76DD;
}
.BgClassName
{
background-color: #DB76DD;
}
</style>
border-color css
<style>
span { border-color: #DB76DD; }
span { border-color: rgb(219,118,221); }
td.TdClassName
{
border-color: #DB76DD;
}
.TagClassName
{
border-color: #DB76DD;
}
</style>