Shades of Orchid #DB76CA
Tints of Orchid #DB76CA
RGB
CMYK
RGB Variations
Color information
#DB76CA (or 0xDB76CA) is known color: Orchid. HEX triplet: DB, 76 and CA. RGB value is (219,118,202). Sum of RGB (Red+Green+Blue) = 219+118+202=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76CA is #248935. Grayscale: #9D9D9D. Windows color (decimal): -2394422 or 13268699. OLE color: 13268699.
HSL color Cylindrical-coordinate representation of color #DB76CA: hue angle of 310.1º 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 #DB76CA is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 202 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.14 |
| HSL | 310.1º | 0.58% | 0.66% | - |
| HSV(B) | 310.1º | 0.46% | 0.86% | - |
| XYZ | 46.35 | 32.28 | 59.66 | - |
| YUV | 157.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 202 | 0 | 0.46 | 0.08 | 0.14 | 310.1 | 0.58 | 0.66 |
| Hex | DB | 76 | CA | 0 | 2E | 8 | E | 136 | 3A | 42 |
| Octal | 333 | 166 | 312 | 0 | 56 | 10 | 16 | 466 | 72 | 102 |
| Binary | 11011011 | 1110110 | 11001010 | 0 | 101110 | 1000 | 1110 | 100110110 | 111010 | 1000010 |
Color Harmonies of #DB76CA
Complementary color
Monochromatic Colors of #DB76CA
Black with #DB76CA
Text Example
Text Example
White with #DB76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76CA; }
p { color: rgb(219,118,202); }
H1.HeaderClassName
{
color: #DB76CA;
}
.AnyTagClassName
{
color: #DB76CA;
}
</style>
background-color css
<style>
a { background-color: #DB76CA; }
a { background-color: rgb(219,118,202); }
div.DivClassName
{
background-color: #DB76CA;
}
.BgClassName
{
background-color: #DB76CA;
}
</style>
border-color css
<style>
span { border-color: #DB76CA; }
span { border-color: rgb(219,118,202); }
td.TdClassName
{
border-color: #DB76CA;
}
.TagClassName
{
border-color: #DB76CA;
}
</style>