Shades of Orchid #DB85DF
Tints of Orchid #DB85DF
RGB
CMYK
RGB Variations
Color information
#DB85DF (or 0xDB85DF) is known color: Orchid. HEX triplet: DB, 85 and DF. RGB value is (219,133,223). Sum of RGB (Red+Green+Blue) = 219+133+223=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85DF is #247A20. Grayscale: #A8A8A8. Windows color (decimal): -2390561 or 14648795. OLE color: 14648795.
HSL color Cylindrical-coordinate representation of color #DB85DF: hue angle of 297.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB85DF is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 133 | 223 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.13 |
| HSL | 297.33º | 0.58% | 0.7% | - |
| HSV(B) | 297.33º | 0.4% | 0.87% | - |
| XYZ | 50.92 | 37.16 | 74.3 | - |
| YUV | 168.97 | 158.49 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 223 | 0.02 | 0.40 | 0 | 0.13 | 297.33 | 0.58 | 0.7 |
| Hex | DB | 85 | DF | 2 | 28 | 0 | D | 129 | 3A | 46 |
| Octal | 333 | 205 | 337 | 2 | 50 | 0 | 15 | 451 | 72 | 106 |
| Binary | 11011011 | 10000101 | 11011111 | 10 | 101000 | 0 | 1101 | 100101001 | 111010 | 1000110 |
Color Harmonies of #DB85DF
Complementary color
Monochromatic Colors of #DB85DF
Black with #DB85DF
Text Example
Text Example
White with #DB85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85DF; }
p { color: rgb(219,133,223); }
H1.HeaderClassName
{
color: #DB85DF;
}
.AnyTagClassName
{
color: #DB85DF;
}
</style>
background-color css
<style>
a { background-color: #DB85DF; }
a { background-color: rgb(219,133,223); }
div.DivClassName
{
background-color: #DB85DF;
}
.BgClassName
{
background-color: #DB85DF;
}
</style>
border-color css
<style>
span { border-color: #DB85DF; }
span { border-color: rgb(219,133,223); }
td.TdClassName
{
border-color: #DB85DF;
}
.TagClassName
{
border-color: #DB85DF;
}
</style>