Shades of Orchid #DB6CC1
Tints of Orchid #DB6CC1
RGB
CMYK
RGB Variations
Color information
#DB6CC1 (or 0xDB6CC1) is known color: Orchid. HEX triplet: DB, 6C and C1. RGB value is (219,108,193). Sum of RGB (Red+Green+Blue) = 219+108+193=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CC1 is #24933E. Grayscale: #969696. Windows color (decimal): -2396991 or 12676315. OLE color: 12676315.
HSL color Cylindrical-coordinate representation of color #DB6CC1: hue angle of 314.05º 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 #DB6CC1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 193 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.14 |
| HSL | 314.05º | 0.61% | 0.64% | - |
| HSV(B) | 314.05º | 0.51% | 0.86% | - |
| XYZ | 44.2 | 29.64 | 53.84 | - |
| YUV | 150.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 193 | 0 | 0.51 | 0.12 | 0.14 | 314.05 | 0.61 | 0.64 |
| Hex | DB | 6C | C1 | 0 | 33 | C | E | 13A | 3D | 40 |
| Octal | 333 | 154 | 301 | 0 | 63 | 14 | 16 | 472 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11000001 | 0 | 110011 | 1100 | 1110 | 100111010 | 111101 | 1000000 |
Color Harmonies of #DB6CC1
Complementary color
Monochromatic Colors of #DB6CC1
Black with #DB6CC1
Text Example
Text Example
White with #DB6CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CC1; }
p { color: rgb(219,108,193); }
H1.HeaderClassName
{
color: #DB6CC1;
}
.AnyTagClassName
{
color: #DB6CC1;
}
</style>
background-color css
<style>
a { background-color: #DB6CC1; }
a { background-color: rgb(219,108,193); }
div.DivClassName
{
background-color: #DB6CC1;
}
.BgClassName
{
background-color: #DB6CC1;
}
</style>
border-color css
<style>
span { border-color: #DB6CC1; }
span { border-color: rgb(219,108,193); }
td.TdClassName
{
border-color: #DB6CC1;
}
.TagClassName
{
border-color: #DB6CC1;
}
</style>