Shades of Orchid #DB6FCC
Tints of Orchid #DB6FCC
RGB
CMYK
RGB Variations
Color information
#DB6FCC (or 0xDB6FCC) is known color: Orchid. HEX triplet: DB, 6F and CC. RGB value is (219,111,204). Sum of RGB (Red+Green+Blue) = 219+111+204=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FCC is #249033. Grayscale: #999999. Windows color (decimal): -2396212 or 13397979. OLE color: 13397979.
HSL color Cylindrical-coordinate representation of color #DB6FCC: hue angle of 308.33º 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 #DB6FCC is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 204 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.14 |
| HSL | 308.33º | 0.6% | 0.65% | - |
| HSV(B) | 308.33º | 0.49% | 0.86% | - |
| XYZ | 45.8 | 30.79 | 60.66 | - |
| YUV | 153.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 204 | 0 | 0.49 | 0.07 | 0.14 | 308.33 | 0.6 | 0.65 |
| Hex | DB | 6F | CC | 0 | 31 | 7 | E | 134 | 3C | 41 |
| Octal | 333 | 157 | 314 | 0 | 61 | 7 | 16 | 464 | 74 | 101 |
| Binary | 11011011 | 1101111 | 11001100 | 0 | 110001 | 111 | 1110 | 100110100 | 111100 | 1000001 |
Color Harmonies of #DB6FCC
Complementary color
Monochromatic Colors of #DB6FCC
Black with #DB6FCC
Text Example
Text Example
White with #DB6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FCC; }
p { color: rgb(219,111,204); }
H1.HeaderClassName
{
color: #DB6FCC;
}
.AnyTagClassName
{
color: #DB6FCC;
}
</style>
background-color css
<style>
a { background-color: #DB6FCC; }
a { background-color: rgb(219,111,204); }
div.DivClassName
{
background-color: #DB6FCC;
}
.BgClassName
{
background-color: #DB6FCC;
}
</style>
border-color css
<style>
span { border-color: #DB6FCC; }
span { border-color: rgb(219,111,204); }
td.TdClassName
{
border-color: #DB6FCC;
}
.TagClassName
{
border-color: #DB6FCC;
}
</style>