Shades of Orchid #DB7FDF
Tints of Orchid #DB7FDF
RGB
CMYK
RGB Variations
Color information
#DB7FDF (or 0xDB7FDF) is known color: Orchid. HEX triplet: DB, 7F and DF. RGB value is (219,127,223). Sum of RGB (Red+Green+Blue) = 219+127+223=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FDF is #248020. Grayscale: #A5A5A5. Windows color (decimal): -2392097 or 14647259. OLE color: 14647259.
HSL color Cylindrical-coordinate representation of color #DB7FDF: hue angle of 297.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7FDF is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 127 | 223 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.13 |
| HSL | 297.5º | 0.6% | 0.69% | - |
| HSV(B) | 297.5º | 0.43% | 0.87% | - |
| XYZ | 50.12 | 35.57 | 74.04 | - |
| YUV | 165.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 223 | 0.02 | 0.43 | 0 | 0.13 | 297.5 | 0.6 | 0.69 |
| Hex | DB | 7F | DF | 2 | 2B | 0 | D | 12A | 3C | 45 |
| Octal | 333 | 177 | 337 | 2 | 53 | 0 | 15 | 452 | 74 | 105 |
| Binary | 11011011 | 1111111 | 11011111 | 10 | 101011 | 0 | 1101 | 100101010 | 111100 | 1000101 |
Color Harmonies of #DB7FDF
Complementary color
Monochromatic Colors of #DB7FDF
Black with #DB7FDF
Text Example
Text Example
White with #DB7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FDF; }
p { color: rgb(219,127,223); }
H1.HeaderClassName
{
color: #DB7FDF;
}
.AnyTagClassName
{
color: #DB7FDF;
}
</style>
background-color css
<style>
a { background-color: #DB7FDF; }
a { background-color: rgb(219,127,223); }
div.DivClassName
{
background-color: #DB7FDF;
}
.BgClassName
{
background-color: #DB7FDF;
}
</style>
border-color css
<style>
span { border-color: #DB7FDF; }
span { border-color: rgb(219,127,223); }
td.TdClassName
{
border-color: #DB7FDF;
}
.TagClassName
{
border-color: #DB7FDF;
}
</style>