Shades of Orchid #DB72E8
Tints of Orchid #DB72E8
RGB
CMYK
RGB Variations
Color information
#DB72E8 (or 0xDB72E8) is known color: Orchid. HEX triplet: DB, 72 and E8. RGB value is (219,114,232). Sum of RGB (Red+Green+Blue) = 219+114+232=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB72E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72E8 is #248D17. Grayscale: #9E9E9E. Windows color (decimal): -2395416 or 15233755. OLE color: 15233755.
HSL color Cylindrical-coordinate representation of color #DB72E8: hue angle of 293.39º degrees, saturation: 0.72, 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 #DB72E8 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 114 | 232 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.09 |
| HSL | 293.39º | 0.72% | 0.68% | - |
| HSV(B) | 293.39º | 0.51% | 0.91% | - |
| XYZ | 49.8 | 32.92 | 80.07 | - |
| YUV | 158.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 232 | 0.06 | 0.51 | 0 | 0.09 | 293.39 | 0.72 | 0.68 |
| Hex | DB | 72 | E8 | 6 | 33 | 0 | 9 | 125 | 48 | 44 |
| Octal | 333 | 162 | 350 | 6 | 63 | 0 | 11 | 445 | 110 | 104 |
| Binary | 11011011 | 1110010 | 11101000 | 110 | 110011 | 0 | 1001 | 100100101 | 1001000 | 1000100 |
Color Harmonies of #DB72E8
Complementary color
Monochromatic Colors of #DB72E8
Black with #DB72E8
Text Example
Text Example
White with #DB72E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72E8; }
p { color: rgb(219,114,232); }
H1.HeaderClassName
{
color: #DB72E8;
}
.AnyTagClassName
{
color: #DB72E8;
}
</style>
background-color css
<style>
a { background-color: #DB72E8; }
a { background-color: rgb(219,114,232); }
div.DivClassName
{
background-color: #DB72E8;
}
.BgClassName
{
background-color: #DB72E8;
}
</style>
border-color css
<style>
span { border-color: #DB72E8; }
span { border-color: rgb(219,114,232); }
td.TdClassName
{
border-color: #DB72E8;
}
.TagClassName
{
border-color: #DB72E8;
}
</style>