Shades of Orchid #DB69DB
Tints of Orchid #DB69DB
RGB
CMYK
RGB Variations
Color information
#DB69DB (or 0xDB69DB) is known color: Orchid. HEX triplet: DB, 69 and DB. RGB value is (219,105,219). Sum of RGB (Red+Green+Blue) = 219+105+219=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69DB is #249624. Grayscale: #979797. Windows color (decimal): -2397733 or 14379483. OLE color: 14379483.
HSL color Cylindrical-coordinate representation of color #DB69DB: hue angle of 300º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB69DB is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 219 | - |
| CMYK | 0 | 0.52 | 0 | 0.14 |
| HSL | 300º | 0.61% | 0.64% | - |
| HSV(B) | 300º | 0.52% | 0.86% | - |
| XYZ | 47.05 | 30.28 | 70.38 | - |
| YUV | 152.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 219 | 0 | 0.52 | 0 | 0.14 | 300 | 0.61 | 0.64 |
| Hex | DB | 69 | DB | 0 | 34 | 0 | E | 12C | 3D | 40 |
| Octal | 333 | 151 | 333 | 0 | 64 | 0 | 16 | 454 | 75 | 100 |
| Binary | 11011011 | 1101001 | 11011011 | 0 | 110100 | 0 | 1110 | 100101100 | 111101 | 1000000 |
Color Harmonies of #DB69DB
Complementary color
Monochromatic Colors of #DB69DB
Black with #DB69DB
Text Example
Text Example
White with #DB69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69DB; }
p { color: rgb(219,105,219); }
H1.HeaderClassName
{
color: #DB69DB;
}
.AnyTagClassName
{
color: #DB69DB;
}
</style>
background-color css
<style>
a { background-color: #DB69DB; }
a { background-color: rgb(219,105,219); }
div.DivClassName
{
background-color: #DB69DB;
}
.BgClassName
{
background-color: #DB69DB;
}
</style>
border-color css
<style>
span { border-color: #DB69DB; }
span { border-color: rgb(219,105,219); }
td.TdClassName
{
border-color: #DB69DB;
}
.TagClassName
{
border-color: #DB69DB;
}
</style>