Shades of Orchid #DB69E9
Tints of Orchid #DB69E9
RGB
CMYK
RGB Variations
Color information
#DB69E9 (or 0xDB69E9) is known color: Orchid. HEX triplet: DB, 69 and E9. RGB value is (219,105,233). Sum of RGB (Red+Green+Blue) = 219+105+233=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB69E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69E9 is #249616. Grayscale: #999999. Windows color (decimal): -2397719 or 15296987. OLE color: 15296987.
HSL color Cylindrical-coordinate representation of color #DB69E9: hue angle of 293.44º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB69E9 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 105 | 233 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.09 |
| HSL | 293.44º | 0.74% | 0.66% | - |
| HSV(B) | 293.44º | 0.55% | 0.91% | - |
| XYZ | 48.97 | 31.05 | 80.5 | - |
| YUV | 153.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 233 | 0.06 | 0.55 | 0 | 0.09 | 293.44 | 0.74 | 0.66 |
| Hex | DB | 69 | E9 | 6 | 37 | 0 | 9 | 125 | 4A | 42 |
| Octal | 333 | 151 | 351 | 6 | 67 | 0 | 11 | 445 | 112 | 102 |
| Binary | 11011011 | 1101001 | 11101001 | 110 | 110111 | 0 | 1001 | 100100101 | 1001010 | 1000010 |
Color Harmonies of #DB69E9
Complementary color
Monochromatic Colors of #DB69E9
Black with #DB69E9
Text Example
Text Example
White with #DB69E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69E9; }
p { color: rgb(219,105,233); }
H1.HeaderClassName
{
color: #DB69E9;
}
.AnyTagClassName
{
color: #DB69E9;
}
</style>
background-color css
<style>
a { background-color: #DB69E9; }
a { background-color: rgb(219,105,233); }
div.DivClassName
{
background-color: #DB69E9;
}
.BgClassName
{
background-color: #DB69E9;
}
</style>
border-color css
<style>
span { border-color: #DB69E9; }
span { border-color: rgb(219,105,233); }
td.TdClassName
{
border-color: #DB69E9;
}
.TagClassName
{
border-color: #DB69E9;
}
</style>