Shades of Orchid #DB7CC2
Tints of Orchid #DB7CC2
RGB
CMYK
RGB Variations
Color information
#DB7CC2 (or 0xDB7CC2) is known color: Orchid. HEX triplet: DB, 7C and C2. RGB value is (219,124,194). Sum of RGB (Red+Green+Blue) = 219+124+194=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CC2 is #24833D. Grayscale: #A0A0A0. Windows color (decimal): -2392894 or 12745947. OLE color: 12745947.
HSL color Cylindrical-coordinate representation of color #DB7CC2: hue angle of 315.79º 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 #DB7CC2 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 194 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.14 |
| HSL | 315.79º | 0.57% | 0.67% | - |
| HSV(B) | 315.79º | 0.43% | 0.86% | - |
| XYZ | 46.16 | 33.37 | 55.05 | - |
| YUV | 160.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 194 | 0 | 0.43 | 0.11 | 0.14 | 315.79 | 0.57 | 0.67 |
| Hex | DB | 7C | C2 | 0 | 2B | B | E | 13C | 39 | 43 |
| Octal | 333 | 174 | 302 | 0 | 53 | 13 | 16 | 474 | 71 | 103 |
| Binary | 11011011 | 1111100 | 11000010 | 0 | 101011 | 1011 | 1110 | 100111100 | 111001 | 1000011 |
Color Harmonies of #DB7CC2
Complementary color
Monochromatic Colors of #DB7CC2
Black with #DB7CC2
Text Example
Text Example
White with #DB7CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CC2; }
p { color: rgb(219,124,194); }
H1.HeaderClassName
{
color: #DB7CC2;
}
.AnyTagClassName
{
color: #DB7CC2;
}
</style>
background-color css
<style>
a { background-color: #DB7CC2; }
a { background-color: rgb(219,124,194); }
div.DivClassName
{
background-color: #DB7CC2;
}
.BgClassName
{
background-color: #DB7CC2;
}
</style>
border-color css
<style>
span { border-color: #DB7CC2; }
span { border-color: rgb(219,124,194); }
td.TdClassName
{
border-color: #DB7CC2;
}
.TagClassName
{
border-color: #DB7CC2;
}
</style>