Shades of Orchid #DB68B9
Tints of Orchid #DB68B9
RGB
CMYK
RGB Variations
Color information
#DB68B9 (or 0xDB68B9) is known color: Orchid. HEX triplet: DB, 68 and B9. RGB value is (219,104,185). Sum of RGB (Red+Green+Blue) = 219+104+185=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68B9 is #249746. Grayscale: #939393. Windows color (decimal): -2398023 or 12151003. OLE color: 12151003.
HSL color Cylindrical-coordinate representation of color #DB68B9: hue angle of 317.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB68B9 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 185 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.14 |
| HSL | 317.74º | 0.61% | 0.63% | - |
| HSV(B) | 317.74º | 0.53% | 0.86% | - |
| XYZ | 42.92 | 28.46 | 49.13 | - |
| YUV | 147.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 185 | 0 | 0.53 | 0.16 | 0.14 | 317.74 | 0.61 | 0.63 |
| Hex | DB | 68 | B9 | 0 | 35 | 10 | E | 13E | 3D | 3F |
| Octal | 333 | 150 | 271 | 0 | 65 | 20 | 16 | 476 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10111001 | 0 | 110101 | 10000 | 1110 | 100111110 | 111101 | 111111 |
Color Harmonies of #DB68B9
Complementary color
Monochromatic Colors of #DB68B9
Black with #DB68B9
Text Example
Text Example
White with #DB68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68B9; }
p { color: rgb(219,104,185); }
H1.HeaderClassName
{
color: #DB68B9;
}
.AnyTagClassName
{
color: #DB68B9;
}
</style>
background-color css
<style>
a { background-color: #DB68B9; }
a { background-color: rgb(219,104,185); }
div.DivClassName
{
background-color: #DB68B9;
}
.BgClassName
{
background-color: #DB68B9;
}
</style>
border-color css
<style>
span { border-color: #DB68B9; }
span { border-color: rgb(219,104,185); }
td.TdClassName
{
border-color: #DB68B9;
}
.TagClassName
{
border-color: #DB68B9;
}
</style>