Shades of Orchid #D076DB
Tints of Orchid #D076DB
RGB
CMYK
RGB Variations
Color information
#D076DB (or 0xD076DB) is known color: Orchid. HEX triplet: D0, 76 and DB. RGB value is (208,118,219). Sum of RGB (Red+Green+Blue) = 208+118+219=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D076DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076DB is #2F8924. Grayscale: #9C9C9C. Windows color (decimal): -3115301 or 14382800. OLE color: 14382800.
HSL color Cylindrical-coordinate representation of color #D076DB: hue angle of 293.47º 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 #D076DB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 118 | 219 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.14 |
| HSL | 293.47º | 0.58% | 0.66% | - |
| HSV(B) | 293.47º | 0.46% | 0.86% | - |
| XYZ | 45.28 | 31.48 | 70.71 | - |
| YUV | 156.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 219 | 0.05 | 0.46 | 0 | 0.14 | 293.47 | 0.58 | 0.66 |
| Hex | D0 | 76 | DB | 5 | 2E | 0 | E | 125 | 3A | 42 |
| Octal | 320 | 166 | 333 | 5 | 56 | 0 | 16 | 445 | 72 | 102 |
| Binary | 11010000 | 1110110 | 11011011 | 101 | 101110 | 0 | 1110 | 100100101 | 111010 | 1000010 |
Color Harmonies of #D076DB
Complementary color
Monochromatic Colors of #D076DB
Black with #D076DB
Text Example
Text Example
White with #D076DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076DB; }
p { color: rgb(208,118,219); }
H1.HeaderClassName
{
color: #D076DB;
}
.AnyTagClassName
{
color: #D076DB;
}
</style>
background-color css
<style>
a { background-color: #D076DB; }
a { background-color: rgb(208,118,219); }
div.DivClassName
{
background-color: #D076DB;
}
.BgClassName
{
background-color: #D076DB;
}
</style>
border-color css
<style>
span { border-color: #D076DB; }
span { border-color: rgb(208,118,219); }
td.TdClassName
{
border-color: #D076DB;
}
.TagClassName
{
border-color: #D076DB;
}
</style>