Shades of Orchid #DB71E5
Tints of Orchid #DB71E5
RGB
CMYK
RGB Variations
Color information
#DB71E5 (or 0xDB71E5) is known color: Orchid. HEX triplet: DB, 71 and E5. RGB value is (219,113,229). Sum of RGB (Red+Green+Blue) = 219+113+229=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB71E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71E5 is #248E1A. Grayscale: #9D9D9D. Windows color (decimal): -2395675 or 15036891. OLE color: 15036891.
HSL color Cylindrical-coordinate representation of color #DB71E5: hue angle of 294.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB71E5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 113 | 229 | - |
CMYK | 0.04 | 0.51 | 0 | 0.10 |
HSL | 294.83º | 0.69% | 0.67% | - |
HSV(B) | 294.83º | 0.51% | 0.9% | - |
XYZ | 49.26 | 32.53 | 77.81 | - |
YUV | 157.92 | 168.12 | 171.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 113 | 229 | 0.04 | 0.51 | 0 | 0.10 | 294.83 | 0.69 | 0.67 |
Hex | DB | 71 | E5 | 4 | 33 | 0 | A | 127 | 45 | 43 |
Octal | 333 | 161 | 345 | 4 | 63 | 0 | 12 | 447 | 105 | 103 |
Binary | 11011011 | 1110001 | 11100101 | 100 | 110011 | 0 | 1010 | 100100111 | 1000101 | 1000011 |
Color Harmonies of #DB71E5
Complementary color
Monochromatic Colors of #DB71E5
Black with #DB71E5
Text Example
Text Example
White with #DB71E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71E5; }
p { color: rgb(219,113,229); }
H1.HeaderClassName
{
color: #DB71E5;
}
.AnyTagClassName
{
color: #DB71E5;
}
</style>
background-color css
<style>
a { background-color: #DB71E5; }
a { background-color: rgb(219,113,229); }
div.DivClassName
{
background-color: #DB71E5;
}
.BgClassName
{
background-color: #DB71E5;
}
</style>
border-color css
<style>
span { border-color: #DB71E5; }
span { border-color: rgb(219,113,229); }
td.TdClassName
{
border-color: #DB71E5;
}
.TagClassName
{
border-color: #DB71E5;
}
</style>