Shades of Orchid #DB6FE5
Tints of Orchid #DB6FE5
RGB
CMYK
RGB Variations
Color information
#DB6FE5 (or 0xDB6FE5) is known color: Orchid. HEX triplet: DB, 6F and E5. RGB value is (219,111,229). Sum of RGB (Red+Green+Blue) = 219+111+229=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB6FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FE5 is #24901A. Grayscale: #9C9C9C. Windows color (decimal): -2396187 or 15036379. OLE color: 15036379.
HSL color Cylindrical-coordinate representation of color #DB6FE5: hue angle of 294.92º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6FE5 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 111 | 229 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.10 |
| HSL | 294.92º | 0.69% | 0.67% | - |
| HSV(B) | 294.92º | 0.52% | 0.9% | - |
| XYZ | 49.04 | 32.09 | 77.74 | - |
| YUV | 156.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 229 | 0.04 | 0.52 | 0 | 0.10 | 294.92 | 0.69 | 0.67 |
| Hex | DB | 6F | E5 | 4 | 34 | 0 | A | 127 | 45 | 43 |
| Octal | 333 | 157 | 345 | 4 | 64 | 0 | 12 | 447 | 105 | 103 |
| Binary | 11011011 | 1101111 | 11100101 | 100 | 110100 | 0 | 1010 | 100100111 | 1000101 | 1000011 |
Color Harmonies of #DB6FE5
Complementary color
Monochromatic Colors of #DB6FE5
Black with #DB6FE5
Text Example
Text Example
White with #DB6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FE5; }
p { color: rgb(219,111,229); }
H1.HeaderClassName
{
color: #DB6FE5;
}
.AnyTagClassName
{
color: #DB6FE5;
}
</style>
background-color css
<style>
a { background-color: #DB6FE5; }
a { background-color: rgb(219,111,229); }
div.DivClassName
{
background-color: #DB6FE5;
}
.BgClassName
{
background-color: #DB6FE5;
}
</style>
border-color css
<style>
span { border-color: #DB6FE5; }
span { border-color: rgb(219,111,229); }
td.TdClassName
{
border-color: #DB6FE5;
}
.TagClassName
{
border-color: #DB6FE5;
}
</style>