Shades of Orchid #DB7FD7
Tints of Orchid #DB7FD7
RGB
CMYK
RGB Variations
Color information
#DB7FD7 (or 0xDB7FD7) is known color: Orchid. HEX triplet: DB, 7F and D7. RGB value is (219,127,215). Sum of RGB (Red+Green+Blue) = 219+127+215=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FD7 is #248028. Grayscale: #A4A4A4. Windows color (decimal): -2392105 or 14122971. OLE color: 14122971.
HSL color Cylindrical-coordinate representation of color #DB7FD7: hue angle of 302.61º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7FD7 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 215 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.14 |
| HSL | 302.61º | 0.56% | 0.68% | - |
| HSV(B) | 302.61º | 0.42% | 0.86% | - |
| XYZ | 49.07 | 35.15 | 68.49 | - |
| YUV | 164.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 215 | 0 | 0.42 | 0.02 | 0.14 | 302.61 | 0.56 | 0.68 |
| Hex | DB | 7F | D7 | 0 | 2A | 2 | E | 12F | 38 | 44 |
| Octal | 333 | 177 | 327 | 0 | 52 | 2 | 16 | 457 | 70 | 104 |
| Binary | 11011011 | 1111111 | 11010111 | 0 | 101010 | 10 | 1110 | 100101111 | 111000 | 1000100 |
Color Harmonies of #DB7FD7
Complementary color
Monochromatic Colors of #DB7FD7
Black with #DB7FD7
Text Example
Text Example
White with #DB7FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FD7; }
p { color: rgb(219,127,215); }
H1.HeaderClassName
{
color: #DB7FD7;
}
.AnyTagClassName
{
color: #DB7FD7;
}
</style>
background-color css
<style>
a { background-color: #DB7FD7; }
a { background-color: rgb(219,127,215); }
div.DivClassName
{
background-color: #DB7FD7;
}
.BgClassName
{
background-color: #DB7FD7;
}
</style>
border-color css
<style>
span { border-color: #DB7FD7; }
span { border-color: rgb(219,127,215); }
td.TdClassName
{
border-color: #DB7FD7;
}
.TagClassName
{
border-color: #DB7FD7;
}
</style>