Shades of Orchid #DB68DD
Tints of Orchid #DB68DD
RGB
CMYK
RGB Variations
Color information
#DB68DD (or 0xDB68DD) is known color: Orchid. HEX triplet: DB, 68 and DD. RGB value is (219,104,221). Sum of RGB (Red+Green+Blue) = 219+104+221=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68DD is #249722. Grayscale: #979797. Windows color (decimal): -2397987 or 14510299. OLE color: 14510299.
HSL color Cylindrical-coordinate representation of color #DB68DD: hue angle of 298.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB68DD is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 104 | 221 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.13 |
| HSL | 298.97º | 0.63% | 0.64% | - |
| HSV(B) | 298.97º | 0.53% | 0.87% | - |
| XYZ | 47.21 | 30.18 | 71.74 | - |
| YUV | 151.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 221 | 0.01 | 0.53 | 0 | 0.13 | 298.97 | 0.63 | 0.64 |
| Hex | DB | 68 | DD | 1 | 35 | 0 | D | 12B | 3F | 40 |
| Octal | 333 | 150 | 335 | 1 | 65 | 0 | 15 | 453 | 77 | 100 |
| Binary | 11011011 | 1101000 | 11011101 | 1 | 110101 | 0 | 1101 | 100101011 | 111111 | 1000000 |
Color Harmonies of #DB68DD
Complementary color
Monochromatic Colors of #DB68DD
Black with #DB68DD
Text Example
Text Example
White with #DB68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68DD; }
p { color: rgb(219,104,221); }
H1.HeaderClassName
{
color: #DB68DD;
}
.AnyTagClassName
{
color: #DB68DD;
}
</style>
background-color css
<style>
a { background-color: #DB68DD; }
a { background-color: rgb(219,104,221); }
div.DivClassName
{
background-color: #DB68DD;
}
.BgClassName
{
background-color: #DB68DD;
}
</style>
border-color css
<style>
span { border-color: #DB68DD; }
span { border-color: rgb(219,104,221); }
td.TdClassName
{
border-color: #DB68DD;
}
.TagClassName
{
border-color: #DB68DD;
}
</style>