Shades of Orchid #DB6FCA
Tints of Orchid #DB6FCA
RGB
CMYK
RGB Variations
Color information
#DB6FCA (or 0xDB6FCA) is known color: Orchid. HEX triplet: DB, 6F and CA. RGB value is (219,111,202). Sum of RGB (Red+Green+Blue) = 219+111+202=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FCA is #249035. Grayscale: #999999. Windows color (decimal): -2396214 or 13266907. OLE color: 13266907.
HSL color Cylindrical-coordinate representation of color #DB6FCA: hue angle of 309.44º 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 #DB6FCA is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 202 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.14 |
| HSL | 309.44º | 0.6% | 0.65% | - |
| HSV(B) | 309.44º | 0.49% | 0.86% | - |
| XYZ | 45.56 | 30.69 | 59.4 | - |
| YUV | 153.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 202 | 0 | 0.49 | 0.08 | 0.14 | 309.44 | 0.6 | 0.65 |
| Hex | DB | 6F | CA | 0 | 31 | 8 | E | 135 | 3C | 41 |
| Octal | 333 | 157 | 312 | 0 | 61 | 10 | 16 | 465 | 74 | 101 |
| Binary | 11011011 | 1101111 | 11001010 | 0 | 110001 | 1000 | 1110 | 100110101 | 111100 | 1000001 |
Color Harmonies of #DB6FCA
Complementary color
Monochromatic Colors of #DB6FCA
Black with #DB6FCA
Text Example
Text Example
White with #DB6FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FCA; }
p { color: rgb(219,111,202); }
H1.HeaderClassName
{
color: #DB6FCA;
}
.AnyTagClassName
{
color: #DB6FCA;
}
</style>
background-color css
<style>
a { background-color: #DB6FCA; }
a { background-color: rgb(219,111,202); }
div.DivClassName
{
background-color: #DB6FCA;
}
.BgClassName
{
background-color: #DB6FCA;
}
</style>
border-color css
<style>
span { border-color: #DB6FCA; }
span { border-color: rgb(219,111,202); }
td.TdClassName
{
border-color: #DB6FCA;
}
.TagClassName
{
border-color: #DB6FCA;
}
</style>