Shades of Orchid #DB86CC
Tints of Orchid #DB86CC
RGB
CMYK
RGB Variations
Color information
#DB86CC (or 0xDB86CC) is known color: Orchid. HEX triplet: DB, 86 and CC. RGB value is (219,134,204). Sum of RGB (Red+Green+Blue) = 219+134+204=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB86CC is #247933. Grayscale: #A7A7A7. Windows color (decimal): -2390324 or 13403867. OLE color: 13403867.
HSL color Cylindrical-coordinate representation of color #DB86CC: hue angle of 310.59º 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 #DB86CC is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 204 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.14 |
| HSL | 310.59º | 0.54% | 0.69% | - |
| HSV(B) | 310.59º | 0.39% | 0.86% | - |
| XYZ | 48.64 | 36.47 | 61.6 | - |
| YUV | 167.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 204 | 0 | 0.39 | 0.07 | 0.14 | 310.59 | 0.54 | 0.69 |
| Hex | DB | 86 | CC | 0 | 27 | 7 | E | 137 | 36 | 45 |
| Octal | 333 | 206 | 314 | 0 | 47 | 7 | 16 | 467 | 66 | 105 |
| Binary | 11011011 | 10000110 | 11001100 | 0 | 100111 | 111 | 1110 | 100110111 | 110110 | 1000101 |
Color Harmonies of #DB86CC
Complementary color
Monochromatic Colors of #DB86CC
Black with #DB86CC
Text Example
Text Example
White with #DB86CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86CC; }
p { color: rgb(219,134,204); }
H1.HeaderClassName
{
color: #DB86CC;
}
.AnyTagClassName
{
color: #DB86CC;
}
</style>
background-color css
<style>
a { background-color: #DB86CC; }
a { background-color: rgb(219,134,204); }
div.DivClassName
{
background-color: #DB86CC;
}
.BgClassName
{
background-color: #DB86CC;
}
</style>
border-color css
<style>
span { border-color: #DB86CC; }
span { border-color: rgb(219,134,204); }
td.TdClassName
{
border-color: #DB86CC;
}
.TagClassName
{
border-color: #DB86CC;
}
</style>