Shades of Orchid #DB6FC7
Tints of Orchid #DB6FC7
RGB
CMYK
RGB Variations
Color information
#DB6FC7 (or 0xDB6FC7) is known color: Orchid. HEX triplet: DB, 6F and C7. RGB value is (219,111,199). Sum of RGB (Red+Green+Blue) = 219+111+199=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FC7 is #249038. Grayscale: #999999. Windows color (decimal): -2396217 or 13070299. OLE color: 13070299.
HSL color Cylindrical-coordinate representation of color #DB6FC7: hue angle of 311.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FC7 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 199 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.14 |
| HSL | 311.11º | 0.6% | 0.65% | - |
| HSV(B) | 311.11º | 0.49% | 0.86% | - |
| XYZ | 45.21 | 30.55 | 57.55 | - |
| YUV | 153.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 199 | 0 | 0.49 | 0.09 | 0.14 | 311.11 | 0.6 | 0.65 |
| Hex | DB | 6F | C7 | 0 | 31 | 9 | E | 137 | 3C | 41 |
| Octal | 333 | 157 | 307 | 0 | 61 | 11 | 16 | 467 | 74 | 101 |
| Binary | 11011011 | 1101111 | 11000111 | 0 | 110001 | 1001 | 1110 | 100110111 | 111100 | 1000001 |
Color Harmonies of #DB6FC7
Complementary color
Monochromatic Colors of #DB6FC7
Black with #DB6FC7
Text Example
Text Example
White with #DB6FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FC7; }
p { color: rgb(219,111,199); }
H1.HeaderClassName
{
color: #DB6FC7;
}
.AnyTagClassName
{
color: #DB6FC7;
}
</style>
background-color css
<style>
a { background-color: #DB6FC7; }
a { background-color: rgb(219,111,199); }
div.DivClassName
{
background-color: #DB6FC7;
}
.BgClassName
{
background-color: #DB6FC7;
}
</style>
border-color css
<style>
span { border-color: #DB6FC7; }
span { border-color: rgb(219,111,199); }
td.TdClassName
{
border-color: #DB6FC7;
}
.TagClassName
{
border-color: #DB6FC7;
}
</style>