Shades of Orchid #DB85C5
Tints of Orchid #DB85C5
RGB
CMYK
RGB Variations
Color information
#DB85C5 (or 0xDB85C5) is known color: Orchid. HEX triplet: DB, 85 and C5. RGB value is (219,133,197). Sum of RGB (Red+Green+Blue) = 219+133+197=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85C5 is #247A3A. Grayscale: #A5A5A5. Windows color (decimal): -2390587 or 12944859. OLE color: 12944859.
HSL color Cylindrical-coordinate representation of color #DB85C5: hue angle of 315.35º 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 #DB85C5 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 197 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.14 |
| HSL | 315.35º | 0.54% | 0.69% | - |
| HSV(B) | 315.35º | 0.39% | 0.86% | - |
| XYZ | 47.68 | 35.87 | 57.23 | - |
| YUV | 166.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 197 | 0 | 0.39 | 0.10 | 0.14 | 315.35 | 0.54 | 0.69 |
| Hex | DB | 85 | C5 | 0 | 27 | A | E | 13B | 36 | 45 |
| Octal | 333 | 205 | 305 | 0 | 47 | 12 | 16 | 473 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11000101 | 0 | 100111 | 1010 | 1110 | 100111011 | 110110 | 1000101 |
Color Harmonies of #DB85C5
Complementary color
Monochromatic Colors of #DB85C5
Black with #DB85C5
Text Example
Text Example
White with #DB85C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85C5; }
p { color: rgb(219,133,197); }
H1.HeaderClassName
{
color: #DB85C5;
}
.AnyTagClassName
{
color: #DB85C5;
}
</style>
background-color css
<style>
a { background-color: #DB85C5; }
a { background-color: rgb(219,133,197); }
div.DivClassName
{
background-color: #DB85C5;
}
.BgClassName
{
background-color: #DB85C5;
}
</style>
border-color css
<style>
span { border-color: #DB85C5; }
span { border-color: rgb(219,133,197); }
td.TdClassName
{
border-color: #DB85C5;
}
.TagClassName
{
border-color: #DB85C5;
}
</style>