Shades of Orchid #DB7FC5
Tints of Orchid #DB7FC5
RGB
CMYK
RGB Variations
Color information
#DB7FC5 (or 0xDB7FC5) is known color: Orchid. HEX triplet: DB, 7F and C5. RGB value is (219,127,197). Sum of RGB (Red+Green+Blue) = 219+127+197=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FC5 is #24803A. Grayscale: #A2A2A2. Windows color (decimal): -2392123 or 12943323. OLE color: 12943323.
HSL color Cylindrical-coordinate representation of color #DB7FC5: hue angle of 314.35º 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 #DB7FC5 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 197 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.14 |
| HSL | 314.35º | 0.56% | 0.68% | - |
| HSV(B) | 314.35º | 0.42% | 0.86% | - |
| XYZ | 46.88 | 34.27 | 56.97 | - |
| YUV | 162.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 197 | 0 | 0.42 | 0.10 | 0.14 | 314.35 | 0.56 | 0.68 |
| Hex | DB | 7F | C5 | 0 | 2A | A | E | 13A | 38 | 44 |
| Octal | 333 | 177 | 305 | 0 | 52 | 12 | 16 | 472 | 70 | 104 |
| Binary | 11011011 | 1111111 | 11000101 | 0 | 101010 | 1010 | 1110 | 100111010 | 111000 | 1000100 |
Color Harmonies of #DB7FC5
Complementary color
Monochromatic Colors of #DB7FC5
Black with #DB7FC5
Text Example
Text Example
White with #DB7FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FC5; }
p { color: rgb(219,127,197); }
H1.HeaderClassName
{
color: #DB7FC5;
}
.AnyTagClassName
{
color: #DB7FC5;
}
</style>
background-color css
<style>
a { background-color: #DB7FC5; }
a { background-color: rgb(219,127,197); }
div.DivClassName
{
background-color: #DB7FC5;
}
.BgClassName
{
background-color: #DB7FC5;
}
</style>
border-color css
<style>
span { border-color: #DB7FC5; }
span { border-color: rgb(219,127,197); }
td.TdClassName
{
border-color: #DB7FC5;
}
.TagClassName
{
border-color: #DB7FC5;
}
</style>