Shades of Orchid #DB7CC4
Tints of Orchid #DB7CC4
RGB
CMYK
RGB Variations
Color information
#DB7CC4 (or 0xDB7CC4) is known color: Orchid. HEX triplet: DB, 7C and C4. RGB value is (219,124,196). Sum of RGB (Red+Green+Blue) = 219+124+196=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CC4 is #24833B. Grayscale: #A0A0A0. Windows color (decimal): -2392892 or 12877019. OLE color: 12877019.
HSL color Cylindrical-coordinate representation of color #DB7CC4: hue angle of 314.53º 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 #DB7CC4 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 196 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.14 |
| HSL | 314.53º | 0.57% | 0.67% | - |
| HSV(B) | 314.53º | 0.43% | 0.86% | - |
| XYZ | 46.38 | 33.46 | 56.24 | - |
| YUV | 160.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 196 | 0 | 0.43 | 0.11 | 0.14 | 314.53 | 0.57 | 0.67 |
| Hex | DB | 7C | C4 | 0 | 2B | B | E | 13B | 39 | 43 |
| Octal | 333 | 174 | 304 | 0 | 53 | 13 | 16 | 473 | 71 | 103 |
| Binary | 11011011 | 1111100 | 11000100 | 0 | 101011 | 1011 | 1110 | 100111011 | 111001 | 1000011 |
Color Harmonies of #DB7CC4
Complementary color
Monochromatic Colors of #DB7CC4
Black with #DB7CC4
Text Example
Text Example
White with #DB7CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CC4; }
p { color: rgb(219,124,196); }
H1.HeaderClassName
{
color: #DB7CC4;
}
.AnyTagClassName
{
color: #DB7CC4;
}
</style>
background-color css
<style>
a { background-color: #DB7CC4; }
a { background-color: rgb(219,124,196); }
div.DivClassName
{
background-color: #DB7CC4;
}
.BgClassName
{
background-color: #DB7CC4;
}
</style>
border-color css
<style>
span { border-color: #DB7CC4; }
span { border-color: rgb(219,124,196); }
td.TdClassName
{
border-color: #DB7CC4;
}
.TagClassName
{
border-color: #DB7CC4;
}
</style>