Shades of Orchid #DB72BC
Tints of Orchid #DB72BC
RGB
CMYK
RGB Variations
Color information
#DB72BC (or 0xDB72BC) is known color: Orchid. HEX triplet: DB, 72 and BC. RGB value is (219,114,188). Sum of RGB (Red+Green+Blue) = 219+114+188=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72BC is #248D43. Grayscale: #999999. Windows color (decimal): -2395460 or 12350171. OLE color: 12350171.
HSL color Cylindrical-coordinate representation of color #DB72BC: hue angle of 317.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 #DB72BC is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 188 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.14 |
| HSL | 317.71º | 0.59% | 0.65% | - |
| HSV(B) | 317.71º | 0.48% | 0.86% | - |
| XYZ | 44.31 | 30.73 | 51.17 | - |
| YUV | 153.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 188 | 0 | 0.48 | 0.14 | 0.14 | 317.71 | 0.59 | 0.65 |
| Hex | DB | 72 | BC | 0 | 30 | E | E | 13E | 3B | 41 |
| Octal | 333 | 162 | 274 | 0 | 60 | 16 | 16 | 476 | 73 | 101 |
| Binary | 11011011 | 1110010 | 10111100 | 0 | 110000 | 1110 | 1110 | 100111110 | 111011 | 1000001 |
Color Harmonies of #DB72BC
Complementary color
Monochromatic Colors of #DB72BC
Black with #DB72BC
Text Example
Text Example
White with #DB72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72BC; }
p { color: rgb(219,114,188); }
H1.HeaderClassName
{
color: #DB72BC;
}
.AnyTagClassName
{
color: #DB72BC;
}
</style>
background-color css
<style>
a { background-color: #DB72BC; }
a { background-color: rgb(219,114,188); }
div.DivClassName
{
background-color: #DB72BC;
}
.BgClassName
{
background-color: #DB72BC;
}
</style>
border-color css
<style>
span { border-color: #DB72BC; }
span { border-color: rgb(219,114,188); }
td.TdClassName
{
border-color: #DB72BC;
}
.TagClassName
{
border-color: #DB72BC;
}
</style>