Shades of Orchid #DB6CE6
Tints of Orchid #DB6CE6
RGB
CMYK
RGB Variations
Color information
#DB6CE6 (or 0xDB6CE6) is known color: Orchid. HEX triplet: DB, 6C and E6. RGB value is (219,108,230). Sum of RGB (Red+Green+Blue) = 219+108+230=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB6CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6CE6 is #249319. Grayscale: #9A9A9A. Windows color (decimal): -2396954 or 15101147. OLE color: 15101147.
HSL color Cylindrical-coordinate representation of color #DB6CE6: hue angle of 294.59º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6CE6 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 108 | 230 | - |
CMYK | 0.05 | 0.53 | 0 | 0.10 |
HSL | 294.59º | 0.71% | 0.66% | - |
HSV(B) | 294.59º | 0.53% | 0.9% | - |
XYZ | 48.86 | 31.5 | 78.37 | - |
YUV | 155.1 | 170.27 | 173.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 108 | 230 | 0.05 | 0.53 | 0 | 0.10 | 294.59 | 0.71 | 0.66 |
Hex | DB | 6C | E6 | 5 | 35 | 0 | A | 127 | 47 | 42 |
Octal | 333 | 154 | 346 | 5 | 65 | 0 | 12 | 447 | 107 | 102 |
Binary | 11011011 | 1101100 | 11100110 | 101 | 110101 | 0 | 1010 | 100100111 | 1000111 | 1000010 |
Color Harmonies of #DB6CE6
Complementary color
Monochromatic Colors of #DB6CE6
Black with #DB6CE6
Text Example
Text Example
White with #DB6CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CE6; }
p { color: rgb(219,108,230); }
H1.HeaderClassName
{
color: #DB6CE6;
}
.AnyTagClassName
{
color: #DB6CE6;
}
</style>
background-color css
<style>
a { background-color: #DB6CE6; }
a { background-color: rgb(219,108,230); }
div.DivClassName
{
background-color: #DB6CE6;
}
.BgClassName
{
background-color: #DB6CE6;
}
</style>
border-color css
<style>
span { border-color: #DB6CE6; }
span { border-color: rgb(219,108,230); }
td.TdClassName
{
border-color: #DB6CE6;
}
.TagClassName
{
border-color: #DB6CE6;
}
</style>