Shades of Orchid #DB85C6
Tints of Orchid #DB85C6
RGB
CMYK
RGB Variations
Color information
#DB85C6 (or 0xDB85C6) is known color: Orchid. HEX triplet: DB, 85 and C6. RGB value is (219,133,198). Sum of RGB (Red+Green+Blue) = 219+133+198=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85C6 is #247A39. Grayscale: #A5A5A5. Windows color (decimal): -2390586 or 13010395. OLE color: 13010395.
HSL color Cylindrical-coordinate representation of color #DB85C6: hue angle of 314.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB85C6 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 198 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.14 |
| HSL | 314.65º | 0.54% | 0.69% | - |
| HSV(B) | 314.65º | 0.39% | 0.86% | - |
| XYZ | 47.79 | 35.91 | 57.84 | - |
| YUV | 166.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 198 | 0 | 0.39 | 0.10 | 0.14 | 314.65 | 0.54 | 0.69 |
| Hex | DB | 85 | C6 | 0 | 27 | A | E | 13B | 36 | 45 |
| Octal | 333 | 205 | 306 | 0 | 47 | 12 | 16 | 473 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11000110 | 0 | 100111 | 1010 | 1110 | 100111011 | 110110 | 1000101 |
Color Harmonies of #DB85C6
Complementary color
Monochromatic Colors of #DB85C6
Black with #DB85C6
Text Example
Text Example
White with #DB85C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85C6; }
p { color: rgb(219,133,198); }
H1.HeaderClassName
{
color: #DB85C6;
}
.AnyTagClassName
{
color: #DB85C6;
}
</style>
background-color css
<style>
a { background-color: #DB85C6; }
a { background-color: rgb(219,133,198); }
div.DivClassName
{
background-color: #DB85C6;
}
.BgClassName
{
background-color: #DB85C6;
}
</style>
border-color css
<style>
span { border-color: #DB85C6; }
span { border-color: rgb(219,133,198); }
td.TdClassName
{
border-color: #DB85C6;
}
.TagClassName
{
border-color: #DB85C6;
}
</style>