Shades of Orchid #DB7CE0
Tints of Orchid #DB7CE0
RGB
CMYK
RGB Variations
Color information
#DB7CE0 (or 0xDB7CE0) is known color: Orchid. HEX triplet: DB, 7C and E0. RGB value is (219,124,224). Sum of RGB (Red+Green+Blue) = 219+124+224=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CE0 is #24831F. Grayscale: #A3A3A3. Windows color (decimal): -2392864 or 14712027. OLE color: 14712027.
HSL color Cylindrical-coordinate representation of color #DB7CE0: hue angle of 297º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB7CE0 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 124 | 224 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.12 |
| HSL | 297º | 0.62% | 0.68% | - |
| HSV(B) | 297º | 0.45% | 0.88% | - |
| XYZ | 49.88 | 34.86 | 74.62 | - |
| YUV | 163.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 224 | 0.02 | 0.45 | 0 | 0.12 | 297 | 0.62 | 0.68 |
| Hex | DB | 7C | E0 | 2 | 2D | 0 | C | 129 | 3E | 44 |
| Octal | 333 | 174 | 340 | 2 | 55 | 0 | 14 | 451 | 76 | 104 |
| Binary | 11011011 | 1111100 | 11100000 | 10 | 101101 | 0 | 1100 | 100101001 | 111110 | 1000100 |
Color Harmonies of #DB7CE0
Complementary color
Monochromatic Colors of #DB7CE0
Black with #DB7CE0
Text Example
Text Example
White with #DB7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CE0; }
p { color: rgb(219,124,224); }
H1.HeaderClassName
{
color: #DB7CE0;
}
.AnyTagClassName
{
color: #DB7CE0;
}
</style>
background-color css
<style>
a { background-color: #DB7CE0; }
a { background-color: rgb(219,124,224); }
div.DivClassName
{
background-color: #DB7CE0;
}
.BgClassName
{
background-color: #DB7CE0;
}
</style>
border-color css
<style>
span { border-color: #DB7CE0; }
span { border-color: rgb(219,124,224); }
td.TdClassName
{
border-color: #DB7CE0;
}
.TagClassName
{
border-color: #DB7CE0;
}
</style>