Shades of Orchid #DB6AC4
Tints of Orchid #DB6AC4
RGB
CMYK
RGB Variations
Color information
#DB6AC4 (or 0xDB6AC4) is known color: Orchid. HEX triplet: DB, 6A and C4. RGB value is (219,106,196). Sum of RGB (Red+Green+Blue) = 219+106+196=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6AC4 is #24953B. Grayscale: #959595. Windows color (decimal): -2397500 or 12872411. OLE color: 12872411.
HSL color Cylindrical-coordinate representation of color #DB6AC4: hue angle of 312.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6AC4 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 196 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.14 |
| HSL | 312.21º | 0.61% | 0.64% | - |
| HSV(B) | 312.21º | 0.52% | 0.86% | - |
| XYZ | 44.33 | 29.35 | 55.55 | - |
| YUV | 150.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 196 | 0 | 0.52 | 0.11 | 0.14 | 312.21 | 0.61 | 0.64 |
| Hex | DB | 6A | C4 | 0 | 34 | B | E | 138 | 3D | 40 |
| Octal | 333 | 152 | 304 | 0 | 64 | 13 | 16 | 470 | 75 | 100 |
| Binary | 11011011 | 1101010 | 11000100 | 0 | 110100 | 1011 | 1110 | 100111000 | 111101 | 1000000 |
Color Harmonies of #DB6AC4
Complementary color
Monochromatic Colors of #DB6AC4
Black with #DB6AC4
Text Example
Text Example
White with #DB6AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6AC4; }
p { color: rgb(219,106,196); }
H1.HeaderClassName
{
color: #DB6AC4;
}
.AnyTagClassName
{
color: #DB6AC4;
}
</style>
background-color css
<style>
a { background-color: #DB6AC4; }
a { background-color: rgb(219,106,196); }
div.DivClassName
{
background-color: #DB6AC4;
}
.BgClassName
{
background-color: #DB6AC4;
}
</style>
border-color css
<style>
span { border-color: #DB6AC4; }
span { border-color: rgb(219,106,196); }
td.TdClassName
{
border-color: #DB6AC4;
}
.TagClassName
{
border-color: #DB6AC4;
}
</style>