Shades of Orchid #D876DB
Tints of Orchid #D876DB
RGB
CMYK
RGB Variations
Color information
#D876DB (or 0xD876DB) is known color: Orchid. HEX triplet: D8, 76 and DB. RGB value is (216,118,219). Sum of RGB (Red+Green+Blue) = 216+118+219=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #D876DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876DB is #278924. Grayscale: #9E9E9E. Windows color (decimal): -2591013 or 14382808. OLE color: 14382808.
HSL color Cylindrical-coordinate representation of color #D876DB: hue angle of 298.22º 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 #D876DB is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 118 | 219 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.14 |
| HSL | 298.22º | 0.58% | 0.66% | - |
| HSV(B) | 298.22º | 0.46% | 0.86% | - |
| XYZ | 47.58 | 32.67 | 70.82 | - |
| YUV | 158.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 219 | 0.01 | 0.46 | 0 | 0.14 | 298.22 | 0.58 | 0.66 |
| Hex | D8 | 76 | DB | 1 | 2E | 0 | E | 12A | 3A | 42 |
| Octal | 330 | 166 | 333 | 1 | 56 | 0 | 16 | 452 | 72 | 102 |
| Binary | 11011000 | 1110110 | 11011011 | 1 | 101110 | 0 | 1110 | 100101010 | 111010 | 1000010 |
Color Harmonies of #D876DB
Complementary color
Monochromatic Colors of #D876DB
Black with #D876DB
Text Example
Text Example
White with #D876DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876DB; }
p { color: rgb(216,118,219); }
H1.HeaderClassName
{
color: #D876DB;
}
.AnyTagClassName
{
color: #D876DB;
}
</style>
background-color css
<style>
a { background-color: #D876DB; }
a { background-color: rgb(216,118,219); }
div.DivClassName
{
background-color: #D876DB;
}
.BgClassName
{
background-color: #D876DB;
}
</style>
border-color css
<style>
span { border-color: #D876DB; }
span { border-color: rgb(216,118,219); }
td.TdClassName
{
border-color: #D876DB;
}
.TagClassName
{
border-color: #D876DB;
}
</style>