Shades of Orchid #DB68DF
Tints of Orchid #DB68DF
RGB
CMYK
RGB Variations
Color information
#DB68DF (or 0xDB68DF) is known color: Orchid. HEX triplet: DB, 68 and DF. RGB value is (219,104,223). Sum of RGB (Red+Green+Blue) = 219+104+223=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68DF is #249720. Grayscale: #979797. Windows color (decimal): -2397985 or 14641371. OLE color: 14641371.
HSL color Cylindrical-coordinate representation of color #DB68DF: hue angle of 297.98º degrees, saturation: 0.65, 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 #DB68DF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 104 | 223 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.13 |
| HSL | 297.98º | 0.65% | 0.64% | - |
| HSV(B) | 297.98º | 0.53% | 0.87% | - |
| XYZ | 47.48 | 30.29 | 73.16 | - |
| YUV | 151.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 223 | 0.02 | 0.53 | 0 | 0.13 | 297.98 | 0.65 | 0.64 |
| Hex | DB | 68 | DF | 2 | 35 | 0 | D | 12A | 41 | 40 |
| Octal | 333 | 150 | 337 | 2 | 65 | 0 | 15 | 452 | 101 | 100 |
| Binary | 11011011 | 1101000 | 11011111 | 10 | 110101 | 0 | 1101 | 100101010 | 1000001 | 1000000 |
Color Harmonies of #DB68DF
Complementary color
Monochromatic Colors of #DB68DF
Black with #DB68DF
Text Example
Text Example
White with #DB68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68DF; }
p { color: rgb(219,104,223); }
H1.HeaderClassName
{
color: #DB68DF;
}
.AnyTagClassName
{
color: #DB68DF;
}
</style>
background-color css
<style>
a { background-color: #DB68DF; }
a { background-color: rgb(219,104,223); }
div.DivClassName
{
background-color: #DB68DF;
}
.BgClassName
{
background-color: #DB68DF;
}
</style>
border-color css
<style>
span { border-color: #DB68DF; }
span { border-color: rgb(219,104,223); }
td.TdClassName
{
border-color: #DB68DF;
}
.TagClassName
{
border-color: #DB68DF;
}
</style>