Shades of Orchid #DB69DE
Tints of Orchid #DB69DE
RGB
CMYK
RGB Variations
Color information
#DB69DE (or 0xDB69DE) is known color: Orchid. HEX triplet: DB, 69 and DE. RGB value is (219,105,222). Sum of RGB (Red+Green+Blue) = 219+105+222=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69DE is #249621. Grayscale: #989898. Windows color (decimal): -2397730 or 14576091. OLE color: 14576091.
HSL color Cylindrical-coordinate representation of color #DB69DE: hue angle of 298.46º degrees, saturation: 0.64, 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 #DB69DE is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 105 | 222 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.13 |
| HSL | 298.46º | 0.64% | 0.64% | - |
| HSV(B) | 298.46º | 0.53% | 0.87% | - |
| XYZ | 47.45 | 30.44 | 72.48 | - |
| YUV | 152.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 222 | 0.01 | 0.53 | 0 | 0.13 | 298.46 | 0.64 | 0.64 |
| Hex | DB | 69 | DE | 1 | 35 | 0 | D | 12A | 40 | 40 |
| Octal | 333 | 151 | 336 | 1 | 65 | 0 | 15 | 452 | 100 | 100 |
| Binary | 11011011 | 1101001 | 11011110 | 1 | 110101 | 0 | 1101 | 100101010 | 1000000 | 1000000 |
Color Harmonies of #DB69DE
Complementary color
Monochromatic Colors of #DB69DE
Black with #DB69DE
Text Example
Text Example
White with #DB69DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69DE; }
p { color: rgb(219,105,222); }
H1.HeaderClassName
{
color: #DB69DE;
}
.AnyTagClassName
{
color: #DB69DE;
}
</style>
background-color css
<style>
a { background-color: #DB69DE; }
a { background-color: rgb(219,105,222); }
div.DivClassName
{
background-color: #DB69DE;
}
.BgClassName
{
background-color: #DB69DE;
}
</style>
border-color css
<style>
span { border-color: #DB69DE; }
span { border-color: rgb(219,105,222); }
td.TdClassName
{
border-color: #DB69DE;
}
.TagClassName
{
border-color: #DB69DE;
}
</style>