Shades of Orchid #DB72DB
Tints of Orchid #DB72DB
RGB
CMYK
RGB Variations
Color information
#DB72DB (or 0xDB72DB) is known color: Orchid. HEX triplet: DB, 72 and DB. RGB value is (219,114,219). Sum of RGB (Red+Green+Blue) = 219+114+219=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72DB is #248D24. Grayscale: #9D9D9D. Windows color (decimal): -2395429 or 14381787. OLE color: 14381787.
HSL color Cylindrical-coordinate representation of color #DB72DB: hue angle of 300º 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 #DB72DB is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 114 | 219 | - |
CMYK | 0 | 0.48 | 0 | 0.14 |
HSL | 300º | 0.59% | 0.65% | - |
HSV(B) | 300º | 0.48% | 0.86% | - |
XYZ | 48.02 | 32.21 | 70.7 | - |
YUV | 157.37 | 162.79 | 171.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 114 | 219 | 0 | 0.48 | 0 | 0.14 | 300 | 0.59 | 0.65 |
Hex | DB | 72 | DB | 0 | 30 | 0 | E | 12C | 3B | 41 |
Octal | 333 | 162 | 333 | 0 | 60 | 0 | 16 | 454 | 73 | 101 |
Binary | 11011011 | 1110010 | 11011011 | 0 | 110000 | 0 | 1110 | 100101100 | 111011 | 1000001 |
Color Harmonies of #DB72DB
Complementary color
Monochromatic Colors of #DB72DB
Black with #DB72DB
Text Example
Text Example
White with #DB72DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72DB; }
p { color: rgb(219,114,219); }
H1.HeaderClassName
{
color: #DB72DB;
}
.AnyTagClassName
{
color: #DB72DB;
}
</style>
background-color css
<style>
a { background-color: #DB72DB; }
a { background-color: rgb(219,114,219); }
div.DivClassName
{
background-color: #DB72DB;
}
.BgClassName
{
background-color: #DB72DB;
}
</style>
border-color css
<style>
span { border-color: #DB72DB; }
span { border-color: rgb(219,114,219); }
td.TdClassName
{
border-color: #DB72DB;
}
.TagClassName
{
border-color: #DB72DB;
}
</style>