Shades of Orchid #DB84C6
Tints of Orchid #DB84C6
RGB
CMYK
RGB Variations
Color information
#DB84C6 (or 0xDB84C6) is known color: Orchid. HEX triplet: DB, 84 and C6. RGB value is (219,132,198). Sum of RGB (Red+Green+Blue) = 219+132+198=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84C6 is #247B39. Grayscale: #A5A5A5. Windows color (decimal): -2390842 or 13010139. OLE color: 13010139.
HSL color Cylindrical-coordinate representation of color #DB84C6: hue angle of 314.48º 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 #DB84C6 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 132 | 198 | - |
CMYK | 0 | 0.40 | 0.10 | 0.14 |
HSL | 314.48º | 0.55% | 0.69% | - |
HSV(B) | 314.48º | 0.4% | 0.86% | - |
XYZ | 47.66 | 35.64 | 57.79 | - |
YUV | 165.54 | 146.32 | 166.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 132 | 198 | 0 | 0.40 | 0.10 | 0.14 | 314.48 | 0.55 | 0.69 |
Hex | DB | 84 | C6 | 0 | 28 | A | E | 13A | 37 | 45 |
Octal | 333 | 204 | 306 | 0 | 50 | 12 | 16 | 472 | 67 | 105 |
Binary | 11011011 | 10000100 | 11000110 | 0 | 101000 | 1010 | 1110 | 100111010 | 110111 | 1000101 |
Color Harmonies of #DB84C6
Complementary color
Monochromatic Colors of #DB84C6
Black with #DB84C6
Text Example
Text Example
White with #DB84C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84C6; }
p { color: rgb(219,132,198); }
H1.HeaderClassName
{
color: #DB84C6;
}
.AnyTagClassName
{
color: #DB84C6;
}
</style>
background-color css
<style>
a { background-color: #DB84C6; }
a { background-color: rgb(219,132,198); }
div.DivClassName
{
background-color: #DB84C6;
}
.BgClassName
{
background-color: #DB84C6;
}
</style>
border-color css
<style>
span { border-color: #DB84C6; }
span { border-color: rgb(219,132,198); }
td.TdClassName
{
border-color: #DB84C6;
}
.TagClassName
{
border-color: #DB84C6;
}
</style>