Shades of Orchid #DB72E9
Tints of Orchid #DB72E9
RGB
CMYK
RGB Variations
Color information
#DB72E9 (or 0xDB72E9) is known color: Orchid. HEX triplet: DB, 72 and E9. RGB value is (219,114,233). Sum of RGB (Red+Green+Blue) = 219+114+233=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB72E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72E9 is #248D16. Grayscale: #9E9E9E. Windows color (decimal): -2395415 or 15299291. OLE color: 15299291.
HSL color Cylindrical-coordinate representation of color #DB72E9: hue angle of 292.94º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB72E9 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 114 | 233 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.09 |
| HSL | 292.94º | 0.73% | 0.68% | - |
| HSV(B) | 292.94º | 0.51% | 0.91% | - |
| XYZ | 49.94 | 32.98 | 80.82 | - |
| YUV | 158.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 233 | 0.06 | 0.51 | 0 | 0.09 | 292.94 | 0.73 | 0.68 |
| Hex | DB | 72 | E9 | 6 | 33 | 0 | 9 | 125 | 49 | 44 |
| Octal | 333 | 162 | 351 | 6 | 63 | 0 | 11 | 445 | 111 | 104 |
| Binary | 11011011 | 1110010 | 11101001 | 110 | 110011 | 0 | 1001 | 100100101 | 1001001 | 1000100 |
Color Harmonies of #DB72E9
Complementary color
Monochromatic Colors of #DB72E9
Black with #DB72E9
Text Example
Text Example
White with #DB72E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72E9; }
p { color: rgb(219,114,233); }
H1.HeaderClassName
{
color: #DB72E9;
}
.AnyTagClassName
{
color: #DB72E9;
}
</style>
background-color css
<style>
a { background-color: #DB72E9; }
a { background-color: rgb(219,114,233); }
div.DivClassName
{
background-color: #DB72E9;
}
.BgClassName
{
background-color: #DB72E9;
}
</style>
border-color css
<style>
span { border-color: #DB72E9; }
span { border-color: rgb(219,114,233); }
td.TdClassName
{
border-color: #DB72E9;
}
.TagClassName
{
border-color: #DB72E9;
}
</style>