Shades of Orchid #DB6ACF
Tints of Orchid #DB6ACF
RGB
CMYK
RGB Variations
Color information
#DB6ACF (or 0xDB6ACF) is known color: Orchid. HEX triplet: DB, 6A and CF. RGB value is (219,106,207). Sum of RGB (Red+Green+Blue) = 219+106+207=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ACF is #249530. Grayscale: #979797. Windows color (decimal): -2397489 or 13593307. OLE color: 13593307.
HSL color Cylindrical-coordinate representation of color #DB6ACF: hue angle of 306.37º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6ACF is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 207 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.14 |
| HSL | 306.37º | 0.61% | 0.64% | - |
| HSV(B) | 306.37º | 0.52% | 0.86% | - |
| XYZ | 45.63 | 29.87 | 62.39 | - |
| YUV | 151.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 207 | 0 | 0.52 | 0.05 | 0.14 | 306.37 | 0.61 | 0.64 |
| Hex | DB | 6A | CF | 0 | 34 | 5 | E | 132 | 3D | 40 |
| Octal | 333 | 152 | 317 | 0 | 64 | 5 | 16 | 462 | 75 | 100 |
| Binary | 11011011 | 1101010 | 11001111 | 0 | 110100 | 101 | 1110 | 100110010 | 111101 | 1000000 |
Color Harmonies of #DB6ACF
Complementary color
Monochromatic Colors of #DB6ACF
Black with #DB6ACF
Text Example
Text Example
White with #DB6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6ACF; }
p { color: rgb(219,106,207); }
H1.HeaderClassName
{
color: #DB6ACF;
}
.AnyTagClassName
{
color: #DB6ACF;
}
</style>
background-color css
<style>
a { background-color: #DB6ACF; }
a { background-color: rgb(219,106,207); }
div.DivClassName
{
background-color: #DB6ACF;
}
.BgClassName
{
background-color: #DB6ACF;
}
</style>
border-color css
<style>
span { border-color: #DB6ACF; }
span { border-color: rgb(219,106,207); }
td.TdClassName
{
border-color: #DB6ACF;
}
.TagClassName
{
border-color: #DB6ACF;
}
</style>