Shades of Orchid #DB76BE
Tints of Orchid #DB76BE
RGB
CMYK
RGB Variations
Color information
#DB76BE (or 0xDB76BE) is known color: Orchid. HEX triplet: DB, 76 and BE. RGB value is (219,118,190). Sum of RGB (Red+Green+Blue) = 219+118+190=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76BE is #248941. Grayscale: #9C9C9C. Windows color (decimal): -2394434 or 12482267. OLE color: 12482267.
HSL color Cylindrical-coordinate representation of color #DB76BE: hue angle of 317.23º 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 #DB76BE is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 190 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.14 |
| HSL | 317.23º | 0.58% | 0.66% | - |
| HSV(B) | 317.23º | 0.46% | 0.86% | - |
| XYZ | 44.99 | 31.73 | 52.47 | - |
| YUV | 156.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 190 | 0 | 0.46 | 0.13 | 0.14 | 317.23 | 0.58 | 0.66 |
| Hex | DB | 76 | BE | 0 | 2E | D | E | 13D | 3A | 42 |
| Octal | 333 | 166 | 276 | 0 | 56 | 15 | 16 | 475 | 72 | 102 |
| Binary | 11011011 | 1110110 | 10111110 | 0 | 101110 | 1101 | 1110 | 100111101 | 111010 | 1000010 |
Color Harmonies of #DB76BE
Complementary color
Monochromatic Colors of #DB76BE
Black with #DB76BE
Text Example
Text Example
White with #DB76BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76BE; }
p { color: rgb(219,118,190); }
H1.HeaderClassName
{
color: #DB76BE;
}
.AnyTagClassName
{
color: #DB76BE;
}
</style>
background-color css
<style>
a { background-color: #DB76BE; }
a { background-color: rgb(219,118,190); }
div.DivClassName
{
background-color: #DB76BE;
}
.BgClassName
{
background-color: #DB76BE;
}
</style>
border-color css
<style>
span { border-color: #DB76BE; }
span { border-color: rgb(219,118,190); }
td.TdClassName
{
border-color: #DB76BE;
}
.TagClassName
{
border-color: #DB76BE;
}
</style>