Shades of Orchid #DB6FC2
Tints of Orchid #DB6FC2
RGB
CMYK
RGB Variations
Color information
#DB6FC2 (or 0xDB6FC2) is known color: Orchid. HEX triplet: DB, 6F and C2. RGB value is (219,111,194). Sum of RGB (Red+Green+Blue) = 219+111+194=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FC2 is #24903D. Grayscale: #989898. Windows color (decimal): -2396222 or 12742619. OLE color: 12742619.
HSL color Cylindrical-coordinate representation of color #DB6FC2: hue angle of 313.89º 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 #DB6FC2 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 194 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.14 |
| HSL | 313.89º | 0.6% | 0.65% | - |
| HSV(B) | 313.89º | 0.49% | 0.86% | - |
| XYZ | 44.64 | 30.32 | 54.54 | - |
| YUV | 152.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 194 | 0 | 0.49 | 0.11 | 0.14 | 313.89 | 0.6 | 0.65 |
| Hex | DB | 6F | C2 | 0 | 31 | B | E | 13A | 3C | 41 |
| Octal | 333 | 157 | 302 | 0 | 61 | 13 | 16 | 472 | 74 | 101 |
| Binary | 11011011 | 1101111 | 11000010 | 0 | 110001 | 1011 | 1110 | 100111010 | 111100 | 1000001 |
Color Harmonies of #DB6FC2
Complementary color
Monochromatic Colors of #DB6FC2
Black with #DB6FC2
Text Example
Text Example
White with #DB6FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FC2; }
p { color: rgb(219,111,194); }
H1.HeaderClassName
{
color: #DB6FC2;
}
.AnyTagClassName
{
color: #DB6FC2;
}
</style>
background-color css
<style>
a { background-color: #DB6FC2; }
a { background-color: rgb(219,111,194); }
div.DivClassName
{
background-color: #DB6FC2;
}
.BgClassName
{
background-color: #DB6FC2;
}
</style>
border-color css
<style>
span { border-color: #DB6FC2; }
span { border-color: rgb(219,111,194); }
td.TdClassName
{
border-color: #DB6FC2;
}
.TagClassName
{
border-color: #DB6FC2;
}
</style>