Shades of Orchid #DB76CC
Tints of Orchid #DB76CC
RGB
CMYK
RGB Variations
Color information
#DB76CC (or 0xDB76CC) is known color: Orchid. HEX triplet: DB, 76 and CC. RGB value is (219,118,204). Sum of RGB (Red+Green+Blue) = 219+118+204=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76CC is #248933. Grayscale: #9D9D9D. Windows color (decimal): -2394420 or 13399771. OLE color: 13399771.
HSL color Cylindrical-coordinate representation of color #DB76CC: hue angle of 308.91º 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 #DB76CC is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 204 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.14 |
| HSL | 308.91º | 0.58% | 0.66% | - |
| HSV(B) | 308.91º | 0.46% | 0.86% | - |
| XYZ | 46.59 | 32.38 | 60.92 | - |
| YUV | 158 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 204 | 0 | 0.46 | 0.07 | 0.14 | 308.91 | 0.58 | 0.66 |
| Hex | DB | 76 | CC | 0 | 2E | 7 | E | 135 | 3A | 42 |
| Octal | 333 | 166 | 314 | 0 | 56 | 7 | 16 | 465 | 72 | 102 |
| Binary | 11011011 | 1110110 | 11001100 | 0 | 101110 | 111 | 1110 | 100110101 | 111010 | 1000010 |
Color Harmonies of #DB76CC
Complementary color
Monochromatic Colors of #DB76CC
Black with #DB76CC
Text Example
Text Example
White with #DB76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76CC; }
p { color: rgb(219,118,204); }
H1.HeaderClassName
{
color: #DB76CC;
}
.AnyTagClassName
{
color: #DB76CC;
}
</style>
background-color css
<style>
a { background-color: #DB76CC; }
a { background-color: rgb(219,118,204); }
div.DivClassName
{
background-color: #DB76CC;
}
.BgClassName
{
background-color: #DB76CC;
}
</style>
border-color css
<style>
span { border-color: #DB76CC; }
span { border-color: rgb(219,118,204); }
td.TdClassName
{
border-color: #DB76CC;
}
.TagClassName
{
border-color: #DB76CC;
}
</style>