Shades of Orchid #DB7AC4
Tints of Orchid #DB7AC4
RGB
CMYK
RGB Variations
Color information
#DB7AC4 (or 0xDB7AC4) is known color: Orchid. HEX triplet: DB, 7A and C4. RGB value is (219,122,196). Sum of RGB (Red+Green+Blue) = 219+122+196=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AC4 is #24853B. Grayscale: #9F9F9F. Windows color (decimal): -2393404 or 12876507. OLE color: 12876507.
HSL color Cylindrical-coordinate representation of color #DB7AC4: hue angle of 314.23º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7AC4 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 196 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.14 |
| HSL | 314.23º | 0.57% | 0.67% | - |
| HSV(B) | 314.23º | 0.44% | 0.86% | - |
| XYZ | 46.14 | 32.96 | 56.16 | - |
| YUV | 159.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 196 | 0 | 0.44 | 0.11 | 0.14 | 314.23 | 0.57 | 0.67 |
| Hex | DB | 7A | C4 | 0 | 2C | B | E | 13A | 39 | 43 |
| Octal | 333 | 172 | 304 | 0 | 54 | 13 | 16 | 472 | 71 | 103 |
| Binary | 11011011 | 1111010 | 11000100 | 0 | 101100 | 1011 | 1110 | 100111010 | 111001 | 1000011 |
Color Harmonies of #DB7AC4
Complementary color
Monochromatic Colors of #DB7AC4
Black with #DB7AC4
Text Example
Text Example
White with #DB7AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AC4; }
p { color: rgb(219,122,196); }
H1.HeaderClassName
{
color: #DB7AC4;
}
.AnyTagClassName
{
color: #DB7AC4;
}
</style>
background-color css
<style>
a { background-color: #DB7AC4; }
a { background-color: rgb(219,122,196); }
div.DivClassName
{
background-color: #DB7AC4;
}
.BgClassName
{
background-color: #DB7AC4;
}
</style>
border-color css
<style>
span { border-color: #DB7AC4; }
span { border-color: rgb(219,122,196); }
td.TdClassName
{
border-color: #DB7AC4;
}
.TagClassName
{
border-color: #DB7AC4;
}
</style>