Shades of Orchid #DB64D0
Tints of Orchid #DB64D0
RGB
CMYK
RGB Variations
Color information
#DB64D0 (or 0xDB64D0) is known color: Orchid. HEX triplet: DB, 64 and D0. RGB value is (219,100,208). Sum of RGB (Red+Green+Blue) = 219+100+208=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64D0 is #249B2F. Grayscale: #939393. Windows color (decimal): -2399024 or 13657307. OLE color: 13657307.
HSL color Cylindrical-coordinate representation of color #DB64D0: hue angle of 305.55º 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 #DB64D0 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 208 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.14 |
| HSL | 305.55º | 0.62% | 0.63% | - |
| HSV(B) | 305.55º | 0.54% | 0.86% | - |
| XYZ | 45.16 | 28.73 | 62.84 | - |
| YUV | 147.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 208 | 0 | 0.54 | 0.05 | 0.14 | 305.55 | 0.62 | 0.63 |
| Hex | DB | 64 | D0 | 0 | 36 | 5 | E | 132 | 3E | 3F |
| Octal | 333 | 144 | 320 | 0 | 66 | 5 | 16 | 462 | 76 | 77 |
| Binary | 11011011 | 1100100 | 11010000 | 0 | 110110 | 101 | 1110 | 100110010 | 111110 | 111111 |
Color Harmonies of #DB64D0
Complementary color
Monochromatic Colors of #DB64D0
Black with #DB64D0
Text Example
Text Example
White with #DB64D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64D0; }
p { color: rgb(219,100,208); }
H1.HeaderClassName
{
color: #DB64D0;
}
.AnyTagClassName
{
color: #DB64D0;
}
</style>
background-color css
<style>
a { background-color: #DB64D0; }
a { background-color: rgb(219,100,208); }
div.DivClassName
{
background-color: #DB64D0;
}
.BgClassName
{
background-color: #DB64D0;
}
</style>
border-color css
<style>
span { border-color: #DB64D0; }
span { border-color: rgb(219,100,208); }
td.TdClassName
{
border-color: #DB64D0;
}
.TagClassName
{
border-color: #DB64D0;
}
</style>