Shades of Orchid #DB76DB
Tints of Orchid #DB76DB
RGB
CMYK
RGB Variations
Color information
#DB76DB (or 0xDB76DB) is known color: Orchid. HEX triplet: DB, 76 and DB. RGB value is (219,118,219). Sum of RGB (Red+Green+Blue) = 219+118+219=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76DB is #248924. Grayscale: #9F9F9F. Windows color (decimal): -2394405 or 14382811. OLE color: 14382811.
HSL color Cylindrical-coordinate representation of color #DB76DB: hue angle of 300º 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 #DB76DB is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 118 | 219 | - |
CMYK | 0 | 0.46 | 0 | 0.14 |
HSL | 300º | 0.58% | 0.66% | - |
HSV(B) | 300º | 0.46% | 0.86% | - |
XYZ | 48.48 | 33.13 | 70.86 | - |
YUV | 159.71 | 161.46 | 170.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 118 | 219 | 0 | 0.46 | 0 | 0.14 | 300 | 0.58 | 0.66 |
Hex | DB | 76 | DB | 0 | 2E | 0 | E | 12C | 3A | 42 |
Octal | 333 | 166 | 333 | 0 | 56 | 0 | 16 | 454 | 72 | 102 |
Binary | 11011011 | 1110110 | 11011011 | 0 | 101110 | 0 | 1110 | 100101100 | 111010 | 1000010 |
Color Harmonies of #DB76DB
Complementary color
Monochromatic Colors of #DB76DB
Black with #DB76DB
Text Example
Text Example
White with #DB76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76DB; }
p { color: rgb(219,118,219); }
H1.HeaderClassName
{
color: #DB76DB;
}
.AnyTagClassName
{
color: #DB76DB;
}
</style>
background-color css
<style>
a { background-color: #DB76DB; }
a { background-color: rgb(219,118,219); }
div.DivClassName
{
background-color: #DB76DB;
}
.BgClassName
{
background-color: #DB76DB;
}
</style>
border-color css
<style>
span { border-color: #DB76DB; }
span { border-color: rgb(219,118,219); }
td.TdClassName
{
border-color: #DB76DB;
}
.TagClassName
{
border-color: #DB76DB;
}
</style>