Shades of Orchid #DB68BB
Tints of Orchid #DB68BB
RGB
CMYK
RGB Variations
Color information
#DB68BB (or 0xDB68BB) is known color: Orchid. HEX triplet: DB, 68 and BB. RGB value is (219,104,187). Sum of RGB (Red+Green+Blue) = 219+104+187=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68BB is #249744. Grayscale: #939393. Windows color (decimal): -2398021 or 12282075. OLE color: 12282075.
HSL color Cylindrical-coordinate representation of color #DB68BB: hue angle of 316.7º 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 #DB68BB is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 187 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.14 |
| HSL | 316.7º | 0.61% | 0.63% | - |
| HSV(B) | 316.7º | 0.53% | 0.86% | - |
| XYZ | 43.13 | 28.55 | 50.25 | - |
| YUV | 147.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 187 | 0 | 0.53 | 0.15 | 0.14 | 316.7 | 0.61 | 0.63 |
| Hex | DB | 68 | BB | 0 | 35 | F | E | 13D | 3D | 3F |
| Octal | 333 | 150 | 273 | 0 | 65 | 17 | 16 | 475 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10111011 | 0 | 110101 | 1111 | 1110 | 100111101 | 111101 | 111111 |
Color Harmonies of #DB68BB
Complementary color
Monochromatic Colors of #DB68BB
Black with #DB68BB
Text Example
Text Example
White with #DB68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68BB; }
p { color: rgb(219,104,187); }
H1.HeaderClassName
{
color: #DB68BB;
}
.AnyTagClassName
{
color: #DB68BB;
}
</style>
background-color css
<style>
a { background-color: #DB68BB; }
a { background-color: rgb(219,104,187); }
div.DivClassName
{
background-color: #DB68BB;
}
.BgClassName
{
background-color: #DB68BB;
}
</style>
border-color css
<style>
span { border-color: #DB68BB; }
span { border-color: rgb(219,104,187); }
td.TdClassName
{
border-color: #DB68BB;
}
.TagClassName
{
border-color: #DB68BB;
}
</style>