Shades of Orchid #DB7CC1
Tints of Orchid #DB7CC1
RGB
CMYK
RGB Variations
Color information
#DB7CC1 (or 0xDB7CC1) is known color: Orchid. HEX triplet: DB, 7C and C1. RGB value is (219,124,193). Sum of RGB (Red+Green+Blue) = 219+124+193=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CC1 is #24833E. Grayscale: #A0A0A0. Windows color (decimal): -2392895 or 12680411. OLE color: 12680411.
HSL color Cylindrical-coordinate representation of color #DB7CC1: hue angle of 316.42º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7CC1 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 193 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.14 |
| HSL | 316.42º | 0.57% | 0.67% | - |
| HSV(B) | 316.42º | 0.43% | 0.86% | - |
| XYZ | 46.05 | 33.33 | 54.46 | - |
| YUV | 160.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 193 | 0 | 0.43 | 0.12 | 0.14 | 316.42 | 0.57 | 0.67 |
| Hex | DB | 7C | C1 | 0 | 2B | C | E | 13C | 39 | 43 |
| Octal | 333 | 174 | 301 | 0 | 53 | 14 | 16 | 474 | 71 | 103 |
| Binary | 11011011 | 1111100 | 11000001 | 0 | 101011 | 1100 | 1110 | 100111100 | 111001 | 1000011 |
Color Harmonies of #DB7CC1
Complementary color
Monochromatic Colors of #DB7CC1
Black with #DB7CC1
Text Example
Text Example
White with #DB7CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CC1; }
p { color: rgb(219,124,193); }
H1.HeaderClassName
{
color: #DB7CC1;
}
.AnyTagClassName
{
color: #DB7CC1;
}
</style>
background-color css
<style>
a { background-color: #DB7CC1; }
a { background-color: rgb(219,124,193); }
div.DivClassName
{
background-color: #DB7CC1;
}
.BgClassName
{
background-color: #DB7CC1;
}
</style>
border-color css
<style>
span { border-color: #DB7CC1; }
span { border-color: rgb(219,124,193); }
td.TdClassName
{
border-color: #DB7CC1;
}
.TagClassName
{
border-color: #DB7CC1;
}
</style>