Shades of Orchid #DB66DD
Tints of Orchid #DB66DD
RGB
CMYK
RGB Variations
Color information
#DB66DD (or 0xDB66DD) is known color: Orchid. HEX triplet: DB, 66 and DD. RGB value is (219,102,221). Sum of RGB (Red+Green+Blue) = 219+102+221=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB66DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66DD is #249922. Grayscale: #969696. Windows color (decimal): -2398499 or 14509787. OLE color: 14509787.
HSL color Cylindrical-coordinate representation of color #DB66DD: hue angle of 298.99º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB66DD is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 102 | 221 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.13 |
| HSL | 298.99º | 0.64% | 0.63% | - |
| HSV(B) | 298.99º | 0.54% | 0.87% | - |
| XYZ | 47.02 | 29.78 | 71.68 | - |
| YUV | 150.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 221 | 0.01 | 0.54 | 0 | 0.13 | 298.99 | 0.64 | 0.63 |
| Hex | DB | 66 | DD | 1 | 36 | 0 | D | 12B | 40 | 3F |
| Octal | 333 | 146 | 335 | 1 | 66 | 0 | 15 | 453 | 100 | 77 |
| Binary | 11011011 | 1100110 | 11011101 | 1 | 110110 | 0 | 1101 | 100101011 | 1000000 | 111111 |
Color Harmonies of #DB66DD
Complementary color
Monochromatic Colors of #DB66DD
Black with #DB66DD
Text Example
Text Example
White with #DB66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66DD; }
p { color: rgb(219,102,221); }
H1.HeaderClassName
{
color: #DB66DD;
}
.AnyTagClassName
{
color: #DB66DD;
}
</style>
background-color css
<style>
a { background-color: #DB66DD; }
a { background-color: rgb(219,102,221); }
div.DivClassName
{
background-color: #DB66DD;
}
.BgClassName
{
background-color: #DB66DD;
}
</style>
border-color css
<style>
span { border-color: #DB66DD; }
span { border-color: rgb(219,102,221); }
td.TdClassName
{
border-color: #DB66DD;
}
.TagClassName
{
border-color: #DB66DD;
}
</style>