Shades of Orchid #DB72D8
Tints of Orchid #DB72D8
RGB
CMYK
RGB Variations
Color information
#DB72D8 (or 0xDB72D8) is known color: Orchid. HEX triplet: DB, 72 and D8. RGB value is (219,114,216). Sum of RGB (Red+Green+Blue) = 219+114+216=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72D8 is #248D27. Grayscale: #9C9C9C. Windows color (decimal): -2395432 or 14185179. OLE color: 14185179.
HSL color Cylindrical-coordinate representation of color #DB72D8: hue angle of 301.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB72D8 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 216 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.14 |
| HSL | 301.71º | 0.59% | 0.65% | - |
| HSV(B) | 301.71º | 0.48% | 0.86% | - |
| XYZ | 47.63 | 32.05 | 68.64 | - |
| YUV | 157.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 216 | 0 | 0.48 | 0.01 | 0.14 | 301.71 | 0.59 | 0.65 |
| Hex | DB | 72 | D8 | 0 | 30 | 1 | E | 12E | 3B | 41 |
| Octal | 333 | 162 | 330 | 0 | 60 | 1 | 16 | 456 | 73 | 101 |
| Binary | 11011011 | 1110010 | 11011000 | 0 | 110000 | 1 | 1110 | 100101110 | 111011 | 1000001 |
Color Harmonies of #DB72D8
Complementary color
Monochromatic Colors of #DB72D8
Black with #DB72D8
Text Example
Text Example
White with #DB72D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72D8; }
p { color: rgb(219,114,216); }
H1.HeaderClassName
{
color: #DB72D8;
}
.AnyTagClassName
{
color: #DB72D8;
}
</style>
background-color css
<style>
a { background-color: #DB72D8; }
a { background-color: rgb(219,114,216); }
div.DivClassName
{
background-color: #DB72D8;
}
.BgClassName
{
background-color: #DB72D8;
}
</style>
border-color css
<style>
span { border-color: #DB72D8; }
span { border-color: rgb(219,114,216); }
td.TdClassName
{
border-color: #DB72D8;
}
.TagClassName
{
border-color: #DB72D8;
}
</style>