Shades of Orchid #DB85C7
Tints of Orchid #DB85C7
RGB
CMYK
RGB Variations
Color information
#DB85C7 (or 0xDB85C7) is known color: Orchid. HEX triplet: DB, 85 and C7. RGB value is (219,133,199). Sum of RGB (Red+Green+Blue) = 219+133+199=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85C7 is #247A38. Grayscale: #A6A6A6. Windows color (decimal): -2390585 or 13075931. OLE color: 13075931.
HSL color Cylindrical-coordinate representation of color #DB85C7: hue angle of 313.95º 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 #DB85C7 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 199 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.14 |
| HSL | 313.95º | 0.54% | 0.69% | - |
| HSV(B) | 313.95º | 0.39% | 0.86% | - |
| XYZ | 47.91 | 35.96 | 58.45 | - |
| YUV | 166.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 199 | 0 | 0.39 | 0.09 | 0.14 | 313.95 | 0.54 | 0.69 |
| Hex | DB | 85 | C7 | 0 | 27 | 9 | E | 13A | 36 | 45 |
| Octal | 333 | 205 | 307 | 0 | 47 | 11 | 16 | 472 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11000111 | 0 | 100111 | 1001 | 1110 | 100111010 | 110110 | 1000101 |
Color Harmonies of #DB85C7
Complementary color
Monochromatic Colors of #DB85C7
Black with #DB85C7
Text Example
Text Example
White with #DB85C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85C7; }
p { color: rgb(219,133,199); }
H1.HeaderClassName
{
color: #DB85C7;
}
.AnyTagClassName
{
color: #DB85C7;
}
</style>
background-color css
<style>
a { background-color: #DB85C7; }
a { background-color: rgb(219,133,199); }
div.DivClassName
{
background-color: #DB85C7;
}
.BgClassName
{
background-color: #DB85C7;
}
</style>
border-color css
<style>
span { border-color: #DB85C7; }
span { border-color: rgb(219,133,199); }
td.TdClassName
{
border-color: #DB85C7;
}
.TagClassName
{
border-color: #DB85C7;
}
</style>