Shades of Orchid #DB72DC
Tints of Orchid #DB72DC
RGB
CMYK
RGB Variations
Color information
#DB72DC (or 0xDB72DC) is known color: Orchid. HEX triplet: DB, 72 and DC. RGB value is (219,114,220). Sum of RGB (Red+Green+Blue) = 219+114+220=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB72DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72DC is #248D23. Grayscale: #9D9D9D. Windows color (decimal): -2395428 or 14447323. OLE color: 14447323.
HSL color Cylindrical-coordinate representation of color #DB72DC: hue angle of 299.43º degrees, saturation: 0.6, 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 #DB72DC is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 220 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.14 |
| HSL | 299.43º | 0.6% | 0.65% | - |
| HSV(B) | 299.43º | 0.48% | 0.86% | - |
| XYZ | 48.15 | 32.26 | 71.4 | - |
| YUV | 157.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 220 | 0.00 | 0.48 | 0 | 0.14 | 299.43 | 0.6 | 0.65 |
| Hex | DB | 72 | DC | 0 | 30 | 0 | E | 12B | 3C | 41 |
| Octal | 333 | 162 | 334 | 0 | 60 | 0 | 16 | 453 | 74 | 101 |
| Binary | 11011011 | 1110010 | 11011100 | 0 | 110000 | 0 | 1110 | 100101011 | 111100 | 1000001 |
Color Harmonies of #DB72DC
Complementary color
Monochromatic Colors of #DB72DC
Black with #DB72DC
Text Example
Text Example
White with #DB72DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72DC; }
p { color: rgb(219,114,220); }
H1.HeaderClassName
{
color: #DB72DC;
}
.AnyTagClassName
{
color: #DB72DC;
}
</style>
background-color css
<style>
a { background-color: #DB72DC; }
a { background-color: rgb(219,114,220); }
div.DivClassName
{
background-color: #DB72DC;
}
.BgClassName
{
background-color: #DB72DC;
}
</style>
border-color css
<style>
span { border-color: #DB72DC; }
span { border-color: rgb(219,114,220); }
td.TdClassName
{
border-color: #DB72DC;
}
.TagClassName
{
border-color: #DB72DC;
}
</style>