Shades of Orchid #DB69DF
Tints of Orchid #DB69DF
RGB
CMYK
RGB Variations
Color information
#DB69DF (or 0xDB69DF) is known color: Orchid. HEX triplet: DB, 69 and DF. RGB value is (219,105,223). Sum of RGB (Red+Green+Blue) = 219+105+223=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69DF is #249620. Grayscale: #989898. Windows color (decimal): -2397729 or 14641627. OLE color: 14641627.
HSL color Cylindrical-coordinate representation of color #DB69DF: hue angle of 297.97º 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 #DB69DF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 105 | 223 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.13 |
| HSL | 297.97º | 0.65% | 0.64% | - |
| HSV(B) | 297.97º | 0.53% | 0.87% | - |
| XYZ | 47.58 | 30.49 | 73.19 | - |
| YUV | 152.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 223 | 0.02 | 0.53 | 0 | 0.13 | 297.97 | 0.65 | 0.64 |
| Hex | DB | 69 | DF | 2 | 35 | 0 | D | 12A | 41 | 40 |
| Octal | 333 | 151 | 337 | 2 | 65 | 0 | 15 | 452 | 101 | 100 |
| Binary | 11011011 | 1101001 | 11011111 | 10 | 110101 | 0 | 1101 | 100101010 | 1000001 | 1000000 |
Color Harmonies of #DB69DF
Complementary color
Monochromatic Colors of #DB69DF
Black with #DB69DF
Text Example
Text Example
White with #DB69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69DF; }
p { color: rgb(219,105,223); }
H1.HeaderClassName
{
color: #DB69DF;
}
.AnyTagClassName
{
color: #DB69DF;
}
</style>
background-color css
<style>
a { background-color: #DB69DF; }
a { background-color: rgb(219,105,223); }
div.DivClassName
{
background-color: #DB69DF;
}
.BgClassName
{
background-color: #DB69DF;
}
</style>
border-color css
<style>
span { border-color: #DB69DF; }
span { border-color: rgb(219,105,223); }
td.TdClassName
{
border-color: #DB69DF;
}
.TagClassName
{
border-color: #DB69DF;
}
</style>