Shades of Orchid #DB64D8
Tints of Orchid #DB64D8
RGB
CMYK
RGB Variations
Color information
#DB64D8 (or 0xDB64D8) is known color: Orchid. HEX triplet: DB, 64 and D8. RGB value is (219,100,216). Sum of RGB (Red+Green+Blue) = 219+100+216=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64D8 is #249B27. Grayscale: #949494. Windows color (decimal): -2399016 or 14181595. OLE color: 14181595.
HSL color Cylindrical-coordinate representation of color #DB64D8: hue angle of 301.51º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB64D8 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 216 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.14 |
| HSL | 301.51º | 0.62% | 0.63% | - |
| HSV(B) | 301.51º | 0.54% | 0.86% | - |
| XYZ | 46.17 | 29.13 | 68.16 | - |
| YUV | 148.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 216 | 0 | 0.54 | 0.01 | 0.14 | 301.51 | 0.62 | 0.63 |
| Hex | DB | 64 | D8 | 0 | 36 | 1 | E | 12E | 3E | 3F |
| Octal | 333 | 144 | 330 | 0 | 66 | 1 | 16 | 456 | 76 | 77 |
| Binary | 11011011 | 1100100 | 11011000 | 0 | 110110 | 1 | 1110 | 100101110 | 111110 | 111111 |
Color Harmonies of #DB64D8
Complementary color
Monochromatic Colors of #DB64D8
Black with #DB64D8
Text Example
Text Example
White with #DB64D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64D8; }
p { color: rgb(219,100,216); }
H1.HeaderClassName
{
color: #DB64D8;
}
.AnyTagClassName
{
color: #DB64D8;
}
</style>
background-color css
<style>
a { background-color: #DB64D8; }
a { background-color: rgb(219,100,216); }
div.DivClassName
{
background-color: #DB64D8;
}
.BgClassName
{
background-color: #DB64D8;
}
</style>
border-color css
<style>
span { border-color: #DB64D8; }
span { border-color: rgb(219,100,216); }
td.TdClassName
{
border-color: #DB64D8;
}
.TagClassName
{
border-color: #DB64D8;
}
</style>