Shades of Orchid #DB84CC
Tints of Orchid #DB84CC
RGB
CMYK
RGB Variations
Color information
#DB84CC (or 0xDB84CC) is known color: Orchid. HEX triplet: DB, 84 and CC. RGB value is (219,132,204). Sum of RGB (Red+Green+Blue) = 219+132+204=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84CC is #247B33. Grayscale: #A6A6A6. Windows color (decimal): -2390836 or 13403355. OLE color: 13403355.
HSL color Cylindrical-coordinate representation of color #DB84CC: hue angle of 310.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84CC is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 204 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.14 |
| HSL | 310.34º | 0.55% | 0.69% | - |
| HSV(B) | 310.34º | 0.4% | 0.86% | - |
| XYZ | 48.36 | 35.92 | 61.51 | - |
| YUV | 166.22 | 149.32 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 204 | 0 | 0.40 | 0.07 | 0.14 | 310.34 | 0.55 | 0.69 |
| Hex | DB | 84 | CC | 0 | 28 | 7 | E | 136 | 37 | 45 |
| Octal | 333 | 204 | 314 | 0 | 50 | 7 | 16 | 466 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11001100 | 0 | 101000 | 111 | 1110 | 100110110 | 110111 | 1000101 |
Color Harmonies of #DB84CC
Complementary color
Monochromatic Colors of #DB84CC
Black with #DB84CC
Text Example
Text Example
White with #DB84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84CC; }
p { color: rgb(219,132,204); }
H1.HeaderClassName
{
color: #DB84CC;
}
.AnyTagClassName
{
color: #DB84CC;
}
</style>
background-color css
<style>
a { background-color: #DB84CC; }
a { background-color: rgb(219,132,204); }
div.DivClassName
{
background-color: #DB84CC;
}
.BgClassName
{
background-color: #DB84CC;
}
</style>
border-color css
<style>
span { border-color: #DB84CC; }
span { border-color: rgb(219,132,204); }
td.TdClassName
{
border-color: #DB84CC;
}
.TagClassName
{
border-color: #DB84CC;
}
</style>