Shades of Orchid #DB7BCF
Tints of Orchid #DB7BCF
RGB
CMYK
RGB Variations
Color information
#DB7BCF (or 0xDB7BCF) is known color: Orchid. HEX triplet: DB, 7B and CF. RGB value is (219,123,207). Sum of RGB (Red+Green+Blue) = 219+123+207=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BCF is #248430. Grayscale: #A1A1A1. Windows color (decimal): -2393137 or 13597659. OLE color: 13597659.
HSL color Cylindrical-coordinate representation of color #DB7BCF: hue angle of 307.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BCF is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 207 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.14 |
| HSL | 307.5º | 0.57% | 0.67% | - |
| HSV(B) | 307.5º | 0.44% | 0.86% | - |
| XYZ | 47.56 | 33.73 | 63.04 | - |
| YUV | 161.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 207 | 0 | 0.44 | 0.05 | 0.14 | 307.5 | 0.57 | 0.67 |
| Hex | DB | 7B | CF | 0 | 2C | 5 | E | 134 | 39 | 43 |
| Octal | 333 | 173 | 317 | 0 | 54 | 5 | 16 | 464 | 71 | 103 |
| Binary | 11011011 | 1111011 | 11001111 | 0 | 101100 | 101 | 1110 | 100110100 | 111001 | 1000011 |
Color Harmonies of #DB7BCF
Complementary color
Monochromatic Colors of #DB7BCF
Black with #DB7BCF
Text Example
Text Example
White with #DB7BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BCF; }
p { color: rgb(219,123,207); }
H1.HeaderClassName
{
color: #DB7BCF;
}
.AnyTagClassName
{
color: #DB7BCF;
}
</style>
background-color css
<style>
a { background-color: #DB7BCF; }
a { background-color: rgb(219,123,207); }
div.DivClassName
{
background-color: #DB7BCF;
}
.BgClassName
{
background-color: #DB7BCF;
}
</style>
border-color css
<style>
span { border-color: #DB7BCF; }
span { border-color: rgb(219,123,207); }
td.TdClassName
{
border-color: #DB7BCF;
}
.TagClassName
{
border-color: #DB7BCF;
}
</style>