Shades of Orchid #DB66DF
Tints of Orchid #DB66DF
RGB
CMYK
RGB Variations
Color information
#DB66DF (or 0xDB66DF) is known color: Orchid. HEX triplet: DB, 66 and DF. RGB value is (219,102,223). Sum of RGB (Red+Green+Blue) = 219+102+223=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66DF is #249920. Grayscale: #969696. Windows color (decimal): -2398497 or 14640859. OLE color: 14640859.
HSL color Cylindrical-coordinate representation of color #DB66DF: hue angle of 298.02º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB66DF is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 102 | 223 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.13 |
| HSL | 298.02º | 0.65% | 0.64% | - |
| HSV(B) | 298.02º | 0.54% | 0.87% | - |
| XYZ | 47.28 | 29.89 | 73.09 | - |
| YUV | 150.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 223 | 0.02 | 0.54 | 0 | 0.13 | 298.02 | 0.65 | 0.64 |
| Hex | DB | 66 | DF | 2 | 36 | 0 | D | 12A | 41 | 40 |
| Octal | 333 | 146 | 337 | 2 | 66 | 0 | 15 | 452 | 101 | 100 |
| Binary | 11011011 | 1100110 | 11011111 | 10 | 110110 | 0 | 1101 | 100101010 | 1000001 | 1000000 |
Color Harmonies of #DB66DF
Complementary color
Monochromatic Colors of #DB66DF
Black with #DB66DF
Text Example
Text Example
White with #DB66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66DF; }
p { color: rgb(219,102,223); }
H1.HeaderClassName
{
color: #DB66DF;
}
.AnyTagClassName
{
color: #DB66DF;
}
</style>
background-color css
<style>
a { background-color: #DB66DF; }
a { background-color: rgb(219,102,223); }
div.DivClassName
{
background-color: #DB66DF;
}
.BgClassName
{
background-color: #DB66DF;
}
</style>
border-color css
<style>
span { border-color: #DB66DF; }
span { border-color: rgb(219,102,223); }
td.TdClassName
{
border-color: #DB66DF;
}
.TagClassName
{
border-color: #DB66DF;
}
</style>