Shades of Orchid #DB64DF
Tints of Orchid #DB64DF
RGB
CMYK
RGB Variations
Color information
#DB64DF (or 0xDB64DF) is known color: Orchid. HEX triplet: DB, 64 and DF. RGB value is (219,100,223). Sum of RGB (Red+Green+Blue) = 219+100+223=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64DF is #249B20. Grayscale: #959595. Windows color (decimal): -2399009 or 14640347. OLE color: 14640347.
HSL color Cylindrical-coordinate representation of color #DB64DF: hue angle of 298.05º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB64DF is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 100 | 223 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.13 |
| HSL | 298.05º | 0.66% | 0.63% | - |
| HSV(B) | 298.05º | 0.55% | 0.87% | - |
| XYZ | 47.09 | 29.5 | 73.02 | - |
| YUV | 149.6 | 169.42 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 223 | 0.02 | 0.55 | 0 | 0.13 | 298.05 | 0.66 | 0.63 |
| Hex | DB | 64 | DF | 2 | 37 | 0 | D | 12A | 42 | 3F |
| Octal | 333 | 144 | 337 | 2 | 67 | 0 | 15 | 452 | 102 | 77 |
| Binary | 11011011 | 1100100 | 11011111 | 10 | 110111 | 0 | 1101 | 100101010 | 1000010 | 111111 |
Color Harmonies of #DB64DF
Complementary color
Monochromatic Colors of #DB64DF
Black with #DB64DF
Text Example
Text Example
White with #DB64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64DF; }
p { color: rgb(219,100,223); }
H1.HeaderClassName
{
color: #DB64DF;
}
.AnyTagClassName
{
color: #DB64DF;
}
</style>
background-color css
<style>
a { background-color: #DB64DF; }
a { background-color: rgb(219,100,223); }
div.DivClassName
{
background-color: #DB64DF;
}
.BgClassName
{
background-color: #DB64DF;
}
</style>
border-color css
<style>
span { border-color: #DB64DF; }
span { border-color: rgb(219,100,223); }
td.TdClassName
{
border-color: #DB64DF;
}
.TagClassName
{
border-color: #DB64DF;
}
</style>