Shades of Orchid #DB6CCE
Tints of Orchid #DB6CCE
RGB
CMYK
RGB Variations
Color information
#DB6CCE (or 0xDB6CCE) is known color: Orchid. HEX triplet: DB, 6C and CE. RGB value is (219,108,206). Sum of RGB (Red+Green+Blue) = 219+108+206=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CCE is #249331. Grayscale: #989898. Windows color (decimal): -2396978 or 13528283. OLE color: 13528283.
HSL color Cylindrical-coordinate representation of color #DB6CCE: hue angle of 307.03º 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 #DB6CCE is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 206 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.14 |
| HSL | 307.03º | 0.61% | 0.64% | - |
| HSV(B) | 307.03º | 0.51% | 0.86% | - |
| XYZ | 45.72 | 30.24 | 61.82 | - |
| YUV | 152.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 206 | 0 | 0.51 | 0.06 | 0.14 | 307.03 | 0.61 | 0.64 |
| Hex | DB | 6C | CE | 0 | 33 | 6 | E | 133 | 3D | 40 |
| Octal | 333 | 154 | 316 | 0 | 63 | 6 | 16 | 463 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11001110 | 0 | 110011 | 110 | 1110 | 100110011 | 111101 | 1000000 |
Color Harmonies of #DB6CCE
Complementary color
Monochromatic Colors of #DB6CCE
Black with #DB6CCE
Text Example
Text Example
White with #DB6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CCE; }
p { color: rgb(219,108,206); }
H1.HeaderClassName
{
color: #DB6CCE;
}
.AnyTagClassName
{
color: #DB6CCE;
}
</style>
background-color css
<style>
a { background-color: #DB6CCE; }
a { background-color: rgb(219,108,206); }
div.DivClassName
{
background-color: #DB6CCE;
}
.BgClassName
{
background-color: #DB6CCE;
}
</style>
border-color css
<style>
span { border-color: #DB6CCE; }
span { border-color: rgb(219,108,206); }
td.TdClassName
{
border-color: #DB6CCE;
}
.TagClassName
{
border-color: #DB6CCE;
}
</style>