Shades of Orchid #DB72C6
Tints of Orchid #DB72C6
RGB
CMYK
RGB Variations
Color information
#DB72C6 (or 0xDB72C6) is known color: Orchid. HEX triplet: DB, 72 and C6. RGB value is (219,114,198). Sum of RGB (Red+Green+Blue) = 219+114+198=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72C6 is #248D39. Grayscale: #9A9A9A. Windows color (decimal): -2395450 or 13005531. OLE color: 13005531.
HSL color Cylindrical-coordinate representation of color #DB72C6: hue angle of 312º 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 #DB72C6 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 198 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.14 |
| HSL | 312º | 0.59% | 0.65% | - |
| HSV(B) | 312º | 0.48% | 0.86% | - |
| XYZ | 45.42 | 31.17 | 57.05 | - |
| YUV | 154.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 198 | 0 | 0.48 | 0.10 | 0.14 | 312 | 0.59 | 0.65 |
| Hex | DB | 72 | C6 | 0 | 30 | A | E | 138 | 3B | 41 |
| Octal | 333 | 162 | 306 | 0 | 60 | 12 | 16 | 470 | 73 | 101 |
| Binary | 11011011 | 1110010 | 11000110 | 0 | 110000 | 1010 | 1110 | 100111000 | 111011 | 1000001 |
Color Harmonies of #DB72C6
Complementary color
Monochromatic Colors of #DB72C6
Black with #DB72C6
Text Example
Text Example
White with #DB72C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72C6; }
p { color: rgb(219,114,198); }
H1.HeaderClassName
{
color: #DB72C6;
}
.AnyTagClassName
{
color: #DB72C6;
}
</style>
background-color css
<style>
a { background-color: #DB72C6; }
a { background-color: rgb(219,114,198); }
div.DivClassName
{
background-color: #DB72C6;
}
.BgClassName
{
background-color: #DB72C6;
}
</style>
border-color css
<style>
span { border-color: #DB72C6; }
span { border-color: rgb(219,114,198); }
td.TdClassName
{
border-color: #DB72C6;
}
.TagClassName
{
border-color: #DB72C6;
}
</style>