Shades of Orchid #DB76E8
Tints of Orchid #DB76E8
RGB
CMYK
RGB Variations
Color information
#DB76E8 (or 0xDB76E8) is known color: Orchid. HEX triplet: DB, 76 and E8. RGB value is (219,118,232). Sum of RGB (Red+Green+Blue) = 219+118+232=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB76E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76E8 is #248917. Grayscale: #A0A0A0. Windows color (decimal): -2394392 or 15234779. OLE color: 15234779.
HSL color Cylindrical-coordinate representation of color #DB76E8: hue angle of 293.16º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB76E8 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 118 | 232 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.09 |
| HSL | 293.16º | 0.71% | 0.69% | - |
| HSV(B) | 293.16º | 0.49% | 0.91% | - |
| XYZ | 50.26 | 33.84 | 80.23 | - |
| YUV | 161.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 232 | 0.06 | 0.49 | 0 | 0.09 | 293.16 | 0.71 | 0.69 |
| Hex | DB | 76 | E8 | 6 | 31 | 0 | 9 | 125 | 47 | 45 |
| Octal | 333 | 166 | 350 | 6 | 61 | 0 | 11 | 445 | 107 | 105 |
| Binary | 11011011 | 1110110 | 11101000 | 110 | 110001 | 0 | 1001 | 100100101 | 1000111 | 1000101 |
Color Harmonies of #DB76E8
Complementary color
Monochromatic Colors of #DB76E8
Black with #DB76E8
Text Example
Text Example
White with #DB76E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76E8; }
p { color: rgb(219,118,232); }
H1.HeaderClassName
{
color: #DB76E8;
}
.AnyTagClassName
{
color: #DB76E8;
}
</style>
background-color css
<style>
a { background-color: #DB76E8; }
a { background-color: rgb(219,118,232); }
div.DivClassName
{
background-color: #DB76E8;
}
.BgClassName
{
background-color: #DB76E8;
}
</style>
border-color css
<style>
span { border-color: #DB76E8; }
span { border-color: rgb(219,118,232); }
td.TdClassName
{
border-color: #DB76E8;
}
.TagClassName
{
border-color: #DB76E8;
}
</style>