Shades of Orchid #DB68BC
Tints of Orchid #DB68BC
RGB
CMYK
RGB Variations
Color information
#DB68BC (or 0xDB68BC) is known color: Orchid. HEX triplet: DB, 68 and BC. RGB value is (219,104,188). Sum of RGB (Red+Green+Blue) = 219+104+188=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68BC is #249743. Grayscale: #939393. Windows color (decimal): -2398020 or 12347611. OLE color: 12347611.
HSL color Cylindrical-coordinate representation of color #DB68BC: hue angle of 316.17º 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 #DB68BC is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 188 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.14 |
| HSL | 316.17º | 0.61% | 0.63% | - |
| HSV(B) | 316.17º | 0.53% | 0.86% | - |
| XYZ | 43.24 | 28.59 | 50.82 | - |
| YUV | 147.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 188 | 0 | 0.53 | 0.14 | 0.14 | 316.17 | 0.61 | 0.63 |
| Hex | DB | 68 | BC | 0 | 35 | E | E | 13C | 3D | 3F |
| Octal | 333 | 150 | 274 | 0 | 65 | 16 | 16 | 474 | 75 | 77 |
| Binary | 11011011 | 1101000 | 10111100 | 0 | 110101 | 1110 | 1110 | 100111100 | 111101 | 111111 |
Color Harmonies of #DB68BC
Complementary color
Monochromatic Colors of #DB68BC
Black with #DB68BC
Text Example
Text Example
White with #DB68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68BC; }
p { color: rgb(219,104,188); }
H1.HeaderClassName
{
color: #DB68BC;
}
.AnyTagClassName
{
color: #DB68BC;
}
</style>
background-color css
<style>
a { background-color: #DB68BC; }
a { background-color: rgb(219,104,188); }
div.DivClassName
{
background-color: #DB68BC;
}
.BgClassName
{
background-color: #DB68BC;
}
</style>
border-color css
<style>
span { border-color: #DB68BC; }
span { border-color: rgb(219,104,188); }
td.TdClassName
{
border-color: #DB68BC;
}
.TagClassName
{
border-color: #DB68BC;
}
</style>