Shades of Orchid #DB68BD
Tints of Orchid #DB68BD
RGB
CMYK
RGB Variations
Color information
#DB68BD (or 0xDB68BD) is known color: Orchid. HEX triplet: DB, 68 and BD. RGB value is (219,104,189). Sum of RGB (Red+Green+Blue) = 219+104+189=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68BD is #249742. Grayscale: #939393. Windows color (decimal): -2398019 or 12413147. OLE color: 12413147.
HSL color Cylindrical-coordinate representation of color #DB68BD: hue angle of 315.65º 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 #DB68BD is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 189 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.14 |
| HSL | 315.65º | 0.61% | 0.63% | - |
| HSV(B) | 315.65º | 0.53% | 0.86% | - |
| XYZ | 43.35 | 28.63 | 51.39 | - |
| YUV | 148.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 189 | 0 | 0.53 | 0.14 | 0.14 | 315.65 | 0.61 | 0.63 |
| Hex | DB | 68 | BD | 0 | 35 | E | E | 13C | 3D | 3F |
| Octal | 333 | 150 | 275 | 0 | 65 | 16 | 16 | 474 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10111101 | 0 | 110101 | 1110 | 1110 | 100111100 | 111101 | 111111 |
Color Harmonies of #DB68BD
Complementary color
Monochromatic Colors of #DB68BD
Black with #DB68BD
Text Example
Text Example
White with #DB68BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68BD; }
p { color: rgb(219,104,189); }
H1.HeaderClassName
{
color: #DB68BD;
}
.AnyTagClassName
{
color: #DB68BD;
}
</style>
background-color css
<style>
a { background-color: #DB68BD; }
a { background-color: rgb(219,104,189); }
div.DivClassName
{
background-color: #DB68BD;
}
.BgClassName
{
background-color: #DB68BD;
}
</style>
border-color css
<style>
span { border-color: #DB68BD; }
span { border-color: rgb(219,104,189); }
td.TdClassName
{
border-color: #DB68BD;
}
.TagClassName
{
border-color: #DB68BD;
}
</style>