Shades of Orchid #DB6FE7
Tints of Orchid #DB6FE7
RGB
CMYK
RGB Variations
Color information
#DB6FE7 (or 0xDB6FE7) is known color: Orchid. HEX triplet: DB, 6F and E7. RGB value is (219,111,231). Sum of RGB (Red+Green+Blue) = 219+111+231=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB6FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6FE7 is #249018. Grayscale: #9C9C9C. Windows color (decimal): -2396185 or 15167451. OLE color: 15167451.
HSL color Cylindrical-coordinate representation of color #DB6FE7: hue angle of 294º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6FE7 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 111 | 231 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.09 |
| HSL | 294º | 0.71% | 0.67% | - |
| HSV(B) | 294º | 0.52% | 0.91% | - |
| XYZ | 49.32 | 32.2 | 79.22 | - |
| YUV | 156.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 231 | 0.05 | 0.52 | 0 | 0.09 | 294 | 0.71 | 0.67 |
| Hex | DB | 6F | E7 | 5 | 34 | 0 | 9 | 126 | 47 | 43 |
| Octal | 333 | 157 | 347 | 5 | 64 | 0 | 11 | 446 | 107 | 103 |
| Binary | 11011011 | 1101111 | 11100111 | 101 | 110100 | 0 | 1001 | 100100110 | 1000111 | 1000011 |
Color Harmonies of #DB6FE7
Complementary color
Monochromatic Colors of #DB6FE7
Black with #DB6FE7
Text Example
Text Example
White with #DB6FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FE7; }
p { color: rgb(219,111,231); }
H1.HeaderClassName
{
color: #DB6FE7;
}
.AnyTagClassName
{
color: #DB6FE7;
}
</style>
background-color css
<style>
a { background-color: #DB6FE7; }
a { background-color: rgb(219,111,231); }
div.DivClassName
{
background-color: #DB6FE7;
}
.BgClassName
{
background-color: #DB6FE7;
}
</style>
border-color css
<style>
span { border-color: #DB6FE7; }
span { border-color: rgb(219,111,231); }
td.TdClassName
{
border-color: #DB6FE7;
}
.TagClassName
{
border-color: #DB6FE7;
}
</style>