Shades of Orchid #DB76CD
Tints of Orchid #DB76CD
RGB
CMYK
RGB Variations
Color information
#DB76CD (or 0xDB76CD) is known color: Orchid. HEX triplet: DB, 76 and CD. RGB value is (219,118,205). Sum of RGB (Red+Green+Blue) = 219+118+205=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76CD is #248932. Grayscale: #9D9D9D. Windows color (decimal): -2394419 or 13465307. OLE color: 13465307.
HSL color Cylindrical-coordinate representation of color #DB76CD: hue angle of 308.32º 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 #DB76CD is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 205 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.14 |
| HSL | 308.32º | 0.58% | 0.66% | - |
| HSV(B) | 308.32º | 0.46% | 0.86% | - |
| XYZ | 46.71 | 32.42 | 61.55 | - |
| YUV | 158.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 205 | 0 | 0.46 | 0.06 | 0.14 | 308.32 | 0.58 | 0.66 |
| Hex | DB | 76 | CD | 0 | 2E | 6 | E | 134 | 3A | 42 |
| Octal | 333 | 166 | 315 | 0 | 56 | 6 | 16 | 464 | 72 | 102 |
| Binary | 11011011 | 1110110 | 11001101 | 0 | 101110 | 110 | 1110 | 100110100 | 111010 | 1000010 |
Color Harmonies of #DB76CD
Complementary color
Monochromatic Colors of #DB76CD
Black with #DB76CD
Text Example
Text Example
White with #DB76CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76CD; }
p { color: rgb(219,118,205); }
H1.HeaderClassName
{
color: #DB76CD;
}
.AnyTagClassName
{
color: #DB76CD;
}
</style>
background-color css
<style>
a { background-color: #DB76CD; }
a { background-color: rgb(219,118,205); }
div.DivClassName
{
background-color: #DB76CD;
}
.BgClassName
{
background-color: #DB76CD;
}
</style>
border-color css
<style>
span { border-color: #DB76CD; }
span { border-color: rgb(219,118,205); }
td.TdClassName
{
border-color: #DB76CD;
}
.TagClassName
{
border-color: #DB76CD;
}
</style>