Shades of Orchid #DB84C4
Tints of Orchid #DB84C4
RGB
CMYK
RGB Variations
Color information
#DB84C4 (or 0xDB84C4) is known color: Orchid. HEX triplet: DB, 84 and C4. RGB value is (219,132,196). Sum of RGB (Red+Green+Blue) = 219+132+196=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84C4 is #247B3B. Grayscale: #A5A5A5. Windows color (decimal): -2390844 or 12879067. OLE color: 12879067.
HSL color Cylindrical-coordinate representation of color #DB84C4: hue angle of 315.86º 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 #DB84C4 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 196 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.14 |
| HSL | 315.86º | 0.55% | 0.69% | - |
| HSV(B) | 315.86º | 0.4% | 0.86% | - |
| XYZ | 47.43 | 35.55 | 56.59 | - |
| YUV | 165.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 196 | 0 | 0.40 | 0.11 | 0.14 | 315.86 | 0.55 | 0.69 |
| Hex | DB | 84 | C4 | 0 | 28 | B | E | 13C | 37 | 45 |
| Octal | 333 | 204 | 304 | 0 | 50 | 13 | 16 | 474 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11000100 | 0 | 101000 | 1011 | 1110 | 100111100 | 110111 | 1000101 |
Color Harmonies of #DB84C4
Complementary color
Monochromatic Colors of #DB84C4
Black with #DB84C4
Text Example
Text Example
White with #DB84C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84C4; }
p { color: rgb(219,132,196); }
H1.HeaderClassName
{
color: #DB84C4;
}
.AnyTagClassName
{
color: #DB84C4;
}
</style>
background-color css
<style>
a { background-color: #DB84C4; }
a { background-color: rgb(219,132,196); }
div.DivClassName
{
background-color: #DB84C4;
}
.BgClassName
{
background-color: #DB84C4;
}
</style>
border-color css
<style>
span { border-color: #DB84C4; }
span { border-color: rgb(219,132,196); }
td.TdClassName
{
border-color: #DB84C4;
}
.TagClassName
{
border-color: #DB84C4;
}
</style>