Shades of Orchid #DB85D0
Tints of Orchid #DB85D0
RGB
CMYK
RGB Variations
Color information
#DB85D0 (or 0xDB85D0) is known color: Orchid. HEX triplet: DB, 85 and D0. RGB value is (219,133,208). Sum of RGB (Red+Green+Blue) = 219+133+208=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85D0 is #247A2F. Grayscale: #A7A7A7. Windows color (decimal): -2390576 or 13665755. OLE color: 13665755.
HSL color Cylindrical-coordinate representation of color #DB85D0: hue angle of 307.67º 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 #DB85D0 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 133 | 208 | - |
CMYK | 0 | 0.39 | 0.05 | 0.14 |
HSL | 307.67º | 0.54% | 0.69% | - |
HSV(B) | 307.67º | 0.39% | 0.86% | - |
XYZ | 48.99 | 36.39 | 64.12 | - |
YUV | 167.26 | 150.99 | 164.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 133 | 208 | 0 | 0.39 | 0.05 | 0.14 | 307.67 | 0.54 | 0.69 |
Hex | DB | 85 | D0 | 0 | 27 | 5 | E | 134 | 36 | 45 |
Octal | 333 | 205 | 320 | 0 | 47 | 5 | 16 | 464 | 66 | 105 |
Binary | 11011011 | 10000101 | 11010000 | 0 | 100111 | 101 | 1110 | 100110100 | 110110 | 1000101 |
Color Harmonies of #DB85D0
Complementary color
Monochromatic Colors of #DB85D0
Black with #DB85D0
Text Example
Text Example
White with #DB85D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85D0; }
p { color: rgb(219,133,208); }
H1.HeaderClassName
{
color: #DB85D0;
}
.AnyTagClassName
{
color: #DB85D0;
}
</style>
background-color css
<style>
a { background-color: #DB85D0; }
a { background-color: rgb(219,133,208); }
div.DivClassName
{
background-color: #DB85D0;
}
.BgClassName
{
background-color: #DB85D0;
}
</style>
border-color css
<style>
span { border-color: #DB85D0; }
span { border-color: rgb(219,133,208); }
td.TdClassName
{
border-color: #DB85D0;
}
.TagClassName
{
border-color: #DB85D0;
}
</style>