Shades of Orchid #DB6CCF
Tints of Orchid #DB6CCF
RGB
CMYK
RGB Variations
Color information
#DB6CCF (or 0xDB6CCF) is known color: Orchid. HEX triplet: DB, 6C and CF. RGB value is (219,108,207). Sum of RGB (Red+Green+Blue) = 219+108+207=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CCF is #249330. Grayscale: #989898. Windows color (decimal): -2396977 or 13593819. OLE color: 13593819.
HSL color Cylindrical-coordinate representation of color #DB6CCF: hue angle of 306.49º 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 #DB6CCF is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 207 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.14 |
| HSL | 306.49º | 0.61% | 0.64% | - |
| HSV(B) | 306.49º | 0.51% | 0.86% | - |
| XYZ | 45.84 | 30.29 | 62.46 | - |
| YUV | 152.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 207 | 0 | 0.51 | 0.05 | 0.14 | 306.49 | 0.61 | 0.64 |
| Hex | DB | 6C | CF | 0 | 33 | 5 | E | 132 | 3D | 40 |
| Octal | 333 | 154 | 317 | 0 | 63 | 5 | 16 | 462 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11001111 | 0 | 110011 | 101 | 1110 | 100110010 | 111101 | 1000000 |
Color Harmonies of #DB6CCF
Complementary color
Monochromatic Colors of #DB6CCF
Black with #DB6CCF
Text Example
Text Example
White with #DB6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CCF; }
p { color: rgb(219,108,207); }
H1.HeaderClassName
{
color: #DB6CCF;
}
.AnyTagClassName
{
color: #DB6CCF;
}
</style>
background-color css
<style>
a { background-color: #DB6CCF; }
a { background-color: rgb(219,108,207); }
div.DivClassName
{
background-color: #DB6CCF;
}
.BgClassName
{
background-color: #DB6CCF;
}
</style>
border-color css
<style>
span { border-color: #DB6CCF; }
span { border-color: rgb(219,108,207); }
td.TdClassName
{
border-color: #DB6CCF;
}
.TagClassName
{
border-color: #DB6CCF;
}
</style>