Shades of Orchid #DB6CC7
Tints of Orchid #DB6CC7
RGB
CMYK
RGB Variations
Color information
#DB6CC7 (or 0xDB6CC7) is known color: Orchid. HEX triplet: DB, 6C and C7. RGB value is (219,108,199). Sum of RGB (Red+Green+Blue) = 219+108+199=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CC7 is #249338. Grayscale: #979797. Windows color (decimal): -2396985 or 13069531. OLE color: 13069531.
HSL color Cylindrical-coordinate representation of color #DB6CC7: hue angle of 310.81º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6CC7 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 199 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.14 |
| HSL | 310.81º | 0.61% | 0.64% | - |
| HSV(B) | 310.81º | 0.51% | 0.86% | - |
| XYZ | 44.88 | 29.91 | 57.44 | - |
| YUV | 151.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 199 | 0 | 0.51 | 0.09 | 0.14 | 310.81 | 0.61 | 0.64 |
| Hex | DB | 6C | C7 | 0 | 33 | 9 | E | 137 | 3D | 40 |
| Octal | 333 | 154 | 307 | 0 | 63 | 11 | 16 | 467 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11000111 | 0 | 110011 | 1001 | 1110 | 100110111 | 111101 | 1000000 |
Color Harmonies of #DB6CC7
Complementary color
Monochromatic Colors of #DB6CC7
Black with #DB6CC7
Text Example
Text Example
White with #DB6CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CC7; }
p { color: rgb(219,108,199); }
H1.HeaderClassName
{
color: #DB6CC7;
}
.AnyTagClassName
{
color: #DB6CC7;
}
</style>
background-color css
<style>
a { background-color: #DB6CC7; }
a { background-color: rgb(219,108,199); }
div.DivClassName
{
background-color: #DB6CC7;
}
.BgClassName
{
background-color: #DB6CC7;
}
</style>
border-color css
<style>
span { border-color: #DB6CC7; }
span { border-color: rgb(219,108,199); }
td.TdClassName
{
border-color: #DB6CC7;
}
.TagClassName
{
border-color: #DB6CC7;
}
</style>