Shades of Orchid #DB7FC9
Tints of Orchid #DB7FC9
RGB
CMYK
RGB Variations
Color information
#DB7FC9 (or 0xDB7FC9) is known color: Orchid. HEX triplet: DB, 7F and C9. RGB value is (219,127,201). Sum of RGB (Red+Green+Blue) = 219+127+201=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FC9 is #248036. Grayscale: #A2A2A2. Windows color (decimal): -2392119 or 13205467. OLE color: 13205467.
HSL color Cylindrical-coordinate representation of color #DB7FC9: hue angle of 311.74º 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 #DB7FC9 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 201 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.14 |
| HSL | 311.74º | 0.56% | 0.68% | - |
| HSV(B) | 311.74º | 0.42% | 0.86% | - |
| XYZ | 47.35 | 34.46 | 59.41 | - |
| YUV | 162.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 201 | 0 | 0.42 | 0.08 | 0.14 | 311.74 | 0.56 | 0.68 |
| Hex | DB | 7F | C9 | 0 | 2A | 8 | E | 138 | 38 | 44 |
| Octal | 333 | 177 | 311 | 0 | 52 | 10 | 16 | 470 | 70 | 104 |
| Binary | 11011011 | 1111111 | 11001001 | 0 | 101010 | 1000 | 1110 | 100111000 | 111000 | 1000100 |
Color Harmonies of #DB7FC9
Complementary color
Monochromatic Colors of #DB7FC9
Black with #DB7FC9
Text Example
Text Example
White with #DB7FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FC9; }
p { color: rgb(219,127,201); }
H1.HeaderClassName
{
color: #DB7FC9;
}
.AnyTagClassName
{
color: #DB7FC9;
}
</style>
background-color css
<style>
a { background-color: #DB7FC9; }
a { background-color: rgb(219,127,201); }
div.DivClassName
{
background-color: #DB7FC9;
}
.BgClassName
{
background-color: #DB7FC9;
}
</style>
border-color css
<style>
span { border-color: #DB7FC9; }
span { border-color: rgb(219,127,201); }
td.TdClassName
{
border-color: #DB7FC9;
}
.TagClassName
{
border-color: #DB7FC9;
}
</style>