Shades of Orchid #DA64DB
Tints of Orchid #DA64DB
RGB
CMYK
RGB Variations
Color information
#DA64DB (or 0xDA64DB) is known color: Orchid. HEX triplet: DA, 64 and DB. RGB value is (218,100,219). Sum of RGB (Red+Green+Blue) = 218+100+219=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA64DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64DB is #259B24. Grayscale: #949494. Windows color (decimal): -2464549 or 14378202. OLE color: 14378202.
HSL color Cylindrical-coordinate representation of color #DA64DB: hue angle of 299.5º 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 #DA64DB is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 100 | 219 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.14 |
| HSL | 299.5º | 0.62% | 0.63% | - |
| HSV(B) | 299.5º | 0.54% | 0.86% | - |
| XYZ | 46.26 | 29.13 | 70.2 | - |
| YUV | 148.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 219 | 0.00 | 0.54 | 0 | 0.14 | 299.5 | 0.62 | 0.63 |
| Hex | DA | 64 | DB | 0 | 36 | 0 | E | 12B | 3E | 3F |
| Octal | 332 | 144 | 333 | 0 | 66 | 0 | 16 | 453 | 76 | 77 |
| Binary | 11011010 | 1100100 | 11011011 | 0 | 110110 | 0 | 1110 | 100101011 | 111110 | 111111 |
Color Harmonies of #DA64DB
Complementary color
Monochromatic Colors of #DA64DB
Black with #DA64DB
Text Example
Text Example
White with #DA64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64DB; }
p { color: rgb(218,100,219); }
H1.HeaderClassName
{
color: #DA64DB;
}
.AnyTagClassName
{
color: #DA64DB;
}
</style>
background-color css
<style>
a { background-color: #DA64DB; }
a { background-color: rgb(218,100,219); }
div.DivClassName
{
background-color: #DA64DB;
}
.BgClassName
{
background-color: #DA64DB;
}
</style>
border-color css
<style>
span { border-color: #DA64DB; }
span { border-color: rgb(218,100,219); }
td.TdClassName
{
border-color: #DA64DB;
}
.TagClassName
{
border-color: #DA64DB;
}
</style>