Shades of Orchid #DB6FC4
Tints of Orchid #DB6FC4
RGB
CMYK
RGB Variations
Color information
#DB6FC4 (or 0xDB6FC4) is known color: Orchid. HEX triplet: DB, 6F and C4. RGB value is (219,111,196). Sum of RGB (Red+Green+Blue) = 219+111+196=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FC4 is #24903B. Grayscale: #989898. Windows color (decimal): -2396220 or 12873691. OLE color: 12873691.
HSL color Cylindrical-coordinate representation of color #DB6FC4: hue angle of 312.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FC4 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 196 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.14 |
| HSL | 312.78º | 0.6% | 0.65% | - |
| HSV(B) | 312.78º | 0.49% | 0.86% | - |
| XYZ | 44.86 | 30.41 | 55.73 | - |
| YUV | 152.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 196 | 0 | 0.49 | 0.11 | 0.14 | 312.78 | 0.6 | 0.65 |
| Hex | DB | 6F | C4 | 0 | 31 | B | E | 139 | 3C | 41 |
| Octal | 333 | 157 | 304 | 0 | 61 | 13 | 16 | 471 | 74 | 101 |
| Binary | 11011011 | 1101111 | 11000100 | 0 | 110001 | 1011 | 1110 | 100111001 | 111100 | 1000001 |
Color Harmonies of #DB6FC4
Complementary color
Monochromatic Colors of #DB6FC4
Black with #DB6FC4
Text Example
Text Example
White with #DB6FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FC4; }
p { color: rgb(219,111,196); }
H1.HeaderClassName
{
color: #DB6FC4;
}
.AnyTagClassName
{
color: #DB6FC4;
}
</style>
background-color css
<style>
a { background-color: #DB6FC4; }
a { background-color: rgb(219,111,196); }
div.DivClassName
{
background-color: #DB6FC4;
}
.BgClassName
{
background-color: #DB6FC4;
}
</style>
border-color css
<style>
span { border-color: #DB6FC4; }
span { border-color: rgb(219,111,196); }
td.TdClassName
{
border-color: #DB6FC4;
}
.TagClassName
{
border-color: #DB6FC4;
}
</style>