Shades of Orchid #DB72D7
Tints of Orchid #DB72D7
RGB
CMYK
RGB Variations
Color information
#DB72D7 (or 0xDB72D7) is known color: Orchid. HEX triplet: DB, 72 and D7. RGB value is (219,114,215). Sum of RGB (Red+Green+Blue) = 219+114+215=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72D7 is #248D28. Grayscale: #9C9C9C. Windows color (decimal): -2395433 or 14119643. OLE color: 14119643.
HSL color Cylindrical-coordinate representation of color #DB72D7: hue angle of 302.29º 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 #DB72D7 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 215 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.14 |
| HSL | 302.29º | 0.59% | 0.65% | - |
| HSV(B) | 302.29º | 0.48% | 0.86% | - |
| XYZ | 47.5 | 32 | 67.96 | - |
| YUV | 156.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 215 | 0 | 0.48 | 0.02 | 0.14 | 302.29 | 0.59 | 0.65 |
| Hex | DB | 72 | D7 | 0 | 30 | 2 | E | 12E | 3B | 41 |
| Octal | 333 | 162 | 327 | 0 | 60 | 2 | 16 | 456 | 73 | 101 |
| Binary | 11011011 | 1110010 | 11010111 | 0 | 110000 | 10 | 1110 | 100101110 | 111011 | 1000001 |
Color Harmonies of #DB72D7
Complementary color
Monochromatic Colors of #DB72D7
Black with #DB72D7
Text Example
Text Example
White with #DB72D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72D7; }
p { color: rgb(219,114,215); }
H1.HeaderClassName
{
color: #DB72D7;
}
.AnyTagClassName
{
color: #DB72D7;
}
</style>
background-color css
<style>
a { background-color: #DB72D7; }
a { background-color: rgb(219,114,215); }
div.DivClassName
{
background-color: #DB72D7;
}
.BgClassName
{
background-color: #DB72D7;
}
</style>
border-color css
<style>
span { border-color: #DB72D7; }
span { border-color: rgb(219,114,215); }
td.TdClassName
{
border-color: #DB72D7;
}
.TagClassName
{
border-color: #DB72D7;
}
</style>