Shades of Orchid #DB72E0
Tints of Orchid #DB72E0
RGB
CMYK
RGB Variations
Color information
#DB72E0 (or 0xDB72E0) is known color: Orchid. HEX triplet: DB, 72 and E0. RGB value is (219,114,224). Sum of RGB (Red+Green+Blue) = 219+114+224=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB72E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB72E0 is #248D1F. Grayscale: #9D9D9D. Windows color (decimal): -2395424 or 14709467. OLE color: 14709467.
HSL color Cylindrical-coordinate representation of color #DB72E0: hue angle of 297.27º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB72E0 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 114 | 224 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.12 |
| HSL | 297.27º | 0.64% | 0.66% | - |
| HSV(B) | 297.27º | 0.49% | 0.88% | - |
| XYZ | 48.69 | 32.48 | 74.22 | - |
| YUV | 157.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 224 | 0.02 | 0.49 | 0 | 0.12 | 297.27 | 0.64 | 0.66 |
| Hex | DB | 72 | E0 | 2 | 31 | 0 | C | 129 | 40 | 42 |
| Octal | 333 | 162 | 340 | 2 | 61 | 0 | 14 | 451 | 100 | 102 |
| Binary | 11011011 | 1110010 | 11100000 | 10 | 110001 | 0 | 1100 | 100101001 | 1000000 | 1000010 |
Color Harmonies of #DB72E0
Complementary color
Monochromatic Colors of #DB72E0
Black with #DB72E0
Text Example
Text Example
White with #DB72E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72E0; }
p { color: rgb(219,114,224); }
H1.HeaderClassName
{
color: #DB72E0;
}
.AnyTagClassName
{
color: #DB72E0;
}
</style>
background-color css
<style>
a { background-color: #DB72E0; }
a { background-color: rgb(219,114,224); }
div.DivClassName
{
background-color: #DB72E0;
}
.BgClassName
{
background-color: #DB72E0;
}
</style>
border-color css
<style>
span { border-color: #DB72E0; }
span { border-color: rgb(219,114,224); }
td.TdClassName
{
border-color: #DB72E0;
}
.TagClassName
{
border-color: #DB72E0;
}
</style>