Shades of Orchid #DB84C5
Tints of Orchid #DB84C5
RGB
CMYK
RGB Variations
Color information
#DB84C5 (or 0xDB84C5) is known color: Orchid. HEX triplet: DB, 84 and C5. RGB value is (219,132,197). Sum of RGB (Red+Green+Blue) = 219+132+197=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84C5 is #247B3A. Grayscale: #A5A5A5. Windows color (decimal): -2390843 or 12944603. OLE color: 12944603.
HSL color Cylindrical-coordinate representation of color #DB84C5: hue angle of 315.17º 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 #DB84C5 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 132 | 197 | - |
CMYK | 0 | 0.40 | 0.10 | 0.14 |
HSL | 315.17º | 0.55% | 0.69% | - |
HSV(B) | 315.17º | 0.4% | 0.86% | - |
XYZ | 47.54 | 35.59 | 57.19 | - |
YUV | 165.42 | 145.82 | 166.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 132 | 197 | 0 | 0.40 | 0.10 | 0.14 | 315.17 | 0.55 | 0.69 |
Hex | DB | 84 | C5 | 0 | 28 | A | E | 13B | 37 | 45 |
Octal | 333 | 204 | 305 | 0 | 50 | 12 | 16 | 473 | 67 | 105 |
Binary | 11011011 | 10000100 | 11000101 | 0 | 101000 | 1010 | 1110 | 100111011 | 110111 | 1000101 |
Color Harmonies of #DB84C5
Complementary color
Monochromatic Colors of #DB84C5
Black with #DB84C5
Text Example
Text Example
White with #DB84C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84C5; }
p { color: rgb(219,132,197); }
H1.HeaderClassName
{
color: #DB84C5;
}
.AnyTagClassName
{
color: #DB84C5;
}
</style>
background-color css
<style>
a { background-color: #DB84C5; }
a { background-color: rgb(219,132,197); }
div.DivClassName
{
background-color: #DB84C5;
}
.BgClassName
{
background-color: #DB84C5;
}
</style>
border-color css
<style>
span { border-color: #DB84C5; }
span { border-color: rgb(219,132,197); }
td.TdClassName
{
border-color: #DB84C5;
}
.TagClassName
{
border-color: #DB84C5;
}
</style>