Shades of Orchid #DB7DC4
Tints of Orchid #DB7DC4
RGB
CMYK
RGB Variations
Color information
#DB7DC4 (or 0xDB7DC4) is known color: Orchid. HEX triplet: DB, 7D and C4. RGB value is (219,125,196). Sum of RGB (Red+Green+Blue) = 219+125+196=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DC4 is #24823B. Grayscale: #A1A1A1. Windows color (decimal): -2392636 or 12877275. OLE color: 12877275.
HSL color Cylindrical-coordinate representation of color #DB7DC4: hue angle of 314.68º 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 #DB7DC4 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 125 | 196 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.14 |
| HSL | 314.68º | 0.57% | 0.67% | - |
| HSV(B) | 314.68º | 0.43% | 0.86% | - |
| XYZ | 46.51 | 33.71 | 56.28 | - |
| YUV | 161.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 196 | 0 | 0.43 | 0.11 | 0.14 | 314.68 | 0.57 | 0.67 |
| Hex | DB | 7D | C4 | 0 | 2B | B | E | 13B | 39 | 43 |
| Octal | 333 | 175 | 304 | 0 | 53 | 13 | 16 | 473 | 71 | 103 |
| Binary | 11011011 | 1111101 | 11000100 | 0 | 101011 | 1011 | 1110 | 100111011 | 111001 | 1000011 |
Color Harmonies of #DB7DC4
Complementary color
Monochromatic Colors of #DB7DC4
Black with #DB7DC4
Text Example
Text Example
White with #DB7DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DC4; }
p { color: rgb(219,125,196); }
H1.HeaderClassName
{
color: #DB7DC4;
}
.AnyTagClassName
{
color: #DB7DC4;
}
</style>
background-color css
<style>
a { background-color: #DB7DC4; }
a { background-color: rgb(219,125,196); }
div.DivClassName
{
background-color: #DB7DC4;
}
.BgClassName
{
background-color: #DB7DC4;
}
</style>
border-color css
<style>
span { border-color: #DB7DC4; }
span { border-color: rgb(219,125,196); }
td.TdClassName
{
border-color: #DB7DC4;
}
.TagClassName
{
border-color: #DB7DC4;
}
</style>