Shades of Orchid #DB7FD3
Tints of Orchid #DB7FD3
RGB
CMYK
RGB Variations
Color information
#DB7FD3 (or 0xDB7FD3) is known color: Orchid. HEX triplet: DB, 7F and D3. RGB value is (219,127,211). Sum of RGB (Red+Green+Blue) = 219+127+211=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FD3 is #24802C. Grayscale: #A3A3A3. Windows color (decimal): -2392109 or 13860827. OLE color: 13860827.
HSL color Cylindrical-coordinate representation of color #DB7FD3: hue angle of 305.22º 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 #DB7FD3 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 211 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.14 |
| HSL | 305.22º | 0.56% | 0.68% | - |
| HSV(B) | 305.22º | 0.42% | 0.86% | - |
| XYZ | 48.56 | 34.94 | 65.81 | - |
| YUV | 164.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 211 | 0 | 0.42 | 0.04 | 0.14 | 305.22 | 0.56 | 0.68 |
| Hex | DB | 7F | D3 | 0 | 2A | 4 | E | 131 | 38 | 44 |
| Octal | 333 | 177 | 323 | 0 | 52 | 4 | 16 | 461 | 70 | 104 |
| Binary | 11011011 | 1111111 | 11010011 | 0 | 101010 | 100 | 1110 | 100110001 | 111000 | 1000100 |
Color Harmonies of #DB7FD3
Complementary color
Monochromatic Colors of #DB7FD3
Black with #DB7FD3
Text Example
Text Example
White with #DB7FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FD3; }
p { color: rgb(219,127,211); }
H1.HeaderClassName
{
color: #DB7FD3;
}
.AnyTagClassName
{
color: #DB7FD3;
}
</style>
background-color css
<style>
a { background-color: #DB7FD3; }
a { background-color: rgb(219,127,211); }
div.DivClassName
{
background-color: #DB7FD3;
}
.BgClassName
{
background-color: #DB7FD3;
}
</style>
border-color css
<style>
span { border-color: #DB7FD3; }
span { border-color: rgb(219,127,211); }
td.TdClassName
{
border-color: #DB7FD3;
}
.TagClassName
{
border-color: #DB7FD3;
}
</style>