Shades of Orchid #DB69E3
Tints of Orchid #DB69E3
RGB
CMYK
RGB Variations
Color information
#DB69E3 (or 0xDB69E3) is known color: Orchid. HEX triplet: DB, 69 and E3. RGB value is (219,105,227). Sum of RGB (Red+Green+Blue) = 219+105+227=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB69E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69E3 is #24961C. Grayscale: #989898. Windows color (decimal): -2397725 or 14903771. OLE color: 14903771.
HSL color Cylindrical-coordinate representation of color #DB69E3: hue angle of 296.07º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB69E3 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 105 | 227 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.11 |
| HSL | 296.07º | 0.69% | 0.65% | - |
| HSV(B) | 296.07º | 0.54% | 0.89% | - |
| XYZ | 48.13 | 30.71 | 76.06 | - |
| YUV | 152.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 227 | 0.04 | 0.54 | 0 | 0.11 | 296.07 | 0.69 | 0.65 |
| Hex | DB | 69 | E3 | 4 | 36 | 0 | B | 128 | 45 | 41 |
| Octal | 333 | 151 | 343 | 4 | 66 | 0 | 13 | 450 | 105 | 101 |
| Binary | 11011011 | 1101001 | 11100011 | 100 | 110110 | 0 | 1011 | 100101000 | 1000101 | 1000001 |
Color Harmonies of #DB69E3
Complementary color
Monochromatic Colors of #DB69E3
Black with #DB69E3
Text Example
Text Example
White with #DB69E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69E3; }
p { color: rgb(219,105,227); }
H1.HeaderClassName
{
color: #DB69E3;
}
.AnyTagClassName
{
color: #DB69E3;
}
</style>
background-color css
<style>
a { background-color: #DB69E3; }
a { background-color: rgb(219,105,227); }
div.DivClassName
{
background-color: #DB69E3;
}
.BgClassName
{
background-color: #DB69E3;
}
</style>
border-color css
<style>
span { border-color: #DB69E3; }
span { border-color: rgb(219,105,227); }
td.TdClassName
{
border-color: #DB69E3;
}
.TagClassName
{
border-color: #DB69E3;
}
</style>