Shades of Orchid #DB7BCC
Tints of Orchid #DB7BCC
RGB
CMYK
RGB Variations
Color information
#DB7BCC (or 0xDB7BCC) is known color: Orchid. HEX triplet: DB, 7B and CC. RGB value is (219,123,204). Sum of RGB (Red+Green+Blue) = 219+123+204=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BCC is #248433. Grayscale: #A0A0A0. Windows color (decimal): -2393140 or 13401051. OLE color: 13401051.
HSL color Cylindrical-coordinate representation of color #DB7BCC: hue angle of 309.38º 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 #DB7BCC is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 204 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.14 |
| HSL | 309.38º | 0.57% | 0.67% | - |
| HSV(B) | 309.38º | 0.44% | 0.86% | - |
| XYZ | 47.2 | 33.59 | 61.12 | - |
| YUV | 160.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 204 | 0 | 0.44 | 0.07 | 0.14 | 309.38 | 0.57 | 0.67 |
| Hex | DB | 7B | CC | 0 | 2C | 7 | E | 135 | 39 | 43 |
| Octal | 333 | 173 | 314 | 0 | 54 | 7 | 16 | 465 | 71 | 103 |
| Binary | 11011011 | 1111011 | 11001100 | 0 | 101100 | 111 | 1110 | 100110101 | 111001 | 1000011 |
Color Harmonies of #DB7BCC
Complementary color
Monochromatic Colors of #DB7BCC
Black with #DB7BCC
Text Example
Text Example
White with #DB7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BCC; }
p { color: rgb(219,123,204); }
H1.HeaderClassName
{
color: #DB7BCC;
}
.AnyTagClassName
{
color: #DB7BCC;
}
</style>
background-color css
<style>
a { background-color: #DB7BCC; }
a { background-color: rgb(219,123,204); }
div.DivClassName
{
background-color: #DB7BCC;
}
.BgClassName
{
background-color: #DB7BCC;
}
</style>
border-color css
<style>
span { border-color: #DB7BCC; }
span { border-color: rgb(219,123,204); }
td.TdClassName
{
border-color: #DB7BCC;
}
.TagClassName
{
border-color: #DB7BCC;
}
</style>