Shades of Orchid #DB7BCA
Tints of Orchid #DB7BCA
RGB
CMYK
RGB Variations
Color information
#DB7BCA (or 0xDB7BCA) is known color: Orchid. HEX triplet: DB, 7B and CA. RGB value is (219,123,202). Sum of RGB (Red+Green+Blue) = 219+123+202=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BCA is #248435. Grayscale: #A0A0A0. Windows color (decimal): -2393142 or 13269979. OLE color: 13269979.
HSL color Cylindrical-coordinate representation of color #DB7BCA: hue angle of 310.62º 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 #DB7BCA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 202 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.14 |
| HSL | 310.63º | 0.57% | 0.67% | - |
| HSV(B) | 310.63º | 0.44% | 0.86% | - |
| XYZ | 46.96 | 33.49 | 59.87 | - |
| YUV | 160.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 202 | 0 | 0.44 | 0.08 | 0.14 | 310.63 | 0.57 | 0.67 |
| Hex | DB | 7B | CA | 0 | 2C | 8 | E | 137 | 39 | 43 |
| Octal | 333 | 173 | 312 | 0 | 54 | 10 | 16 | 467 | 71 | 103 |
| Binary | 11011011 | 1111011 | 11001010 | 0 | 101100 | 1000 | 1110 | 100110111 | 111001 | 1000011 |
Color Harmonies of #DB7BCA
Complementary color
Monochromatic Colors of #DB7BCA
Black with #DB7BCA
Text Example
Text Example
White with #DB7BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BCA; }
p { color: rgb(219,123,202); }
H1.HeaderClassName
{
color: #DB7BCA;
}
.AnyTagClassName
{
color: #DB7BCA;
}
</style>
background-color css
<style>
a { background-color: #DB7BCA; }
a { background-color: rgb(219,123,202); }
div.DivClassName
{
background-color: #DB7BCA;
}
.BgClassName
{
background-color: #DB7BCA;
}
</style>
border-color css
<style>
span { border-color: #DB7BCA; }
span { border-color: rgb(219,123,202); }
td.TdClassName
{
border-color: #DB7BCA;
}
.TagClassName
{
border-color: #DB7BCA;
}
</style>