Shades of Orchid #DB7AC3
Tints of Orchid #DB7AC3
RGB
CMYK
RGB Variations
Color information
#DB7AC3 (or 0xDB7AC3) is known color: Orchid. HEX triplet: DB, 7A and C3. RGB value is (219,122,195). Sum of RGB (Red+Green+Blue) = 219+122+195=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AC3 is #24853C. Grayscale: #9F9F9F. Windows color (decimal): -2393405 or 12810971. OLE color: 12810971.
HSL color Cylindrical-coordinate representation of color #DB7AC3: hue angle of 314.85º 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 #DB7AC3 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 195 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.14 |
| HSL | 314.85º | 0.57% | 0.67% | - |
| HSV(B) | 314.85º | 0.44% | 0.86% | - |
| XYZ | 46.02 | 32.92 | 55.56 | - |
| YUV | 159.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 195 | 0 | 0.44 | 0.11 | 0.14 | 314.85 | 0.57 | 0.67 |
| Hex | DB | 7A | C3 | 0 | 2C | B | E | 13B | 39 | 43 |
| Octal | 333 | 172 | 303 | 0 | 54 | 13 | 16 | 473 | 71 | 103 |
| Binary | 11011011 | 1111010 | 11000011 | 0 | 101100 | 1011 | 1110 | 100111011 | 111001 | 1000011 |
Color Harmonies of #DB7AC3
Complementary color
Monochromatic Colors of #DB7AC3
Black with #DB7AC3
Text Example
Text Example
White with #DB7AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AC3; }
p { color: rgb(219,122,195); }
H1.HeaderClassName
{
color: #DB7AC3;
}
.AnyTagClassName
{
color: #DB7AC3;
}
</style>
background-color css
<style>
a { background-color: #DB7AC3; }
a { background-color: rgb(219,122,195); }
div.DivClassName
{
background-color: #DB7AC3;
}
.BgClassName
{
background-color: #DB7AC3;
}
</style>
border-color css
<style>
span { border-color: #DB7AC3; }
span { border-color: rgb(219,122,195); }
td.TdClassName
{
border-color: #DB7AC3;
}
.TagClassName
{
border-color: #DB7AC3;
}
</style>