Shades of Orchid #DB7FCA
Tints of Orchid #DB7FCA
RGB
CMYK
RGB Variations
Color information
#DB7FCA (or 0xDB7FCA) is known color: Orchid. HEX triplet: DB, 7F and CA. RGB value is (219,127,202). Sum of RGB (Red+Green+Blue) = 219+127+202=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FCA is #248035. Grayscale: #A2A2A2. Windows color (decimal): -2392118 or 13271003. OLE color: 13271003.
HSL color Cylindrical-coordinate representation of color #DB7FCA: hue angle of 311.09º 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 #DB7FCA is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 202 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.14 |
| HSL | 311.09º | 0.56% | 0.68% | - |
| HSV(B) | 311.09º | 0.42% | 0.86% | - |
| XYZ | 47.46 | 34.5 | 60.04 | - |
| YUV | 163.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 202 | 0 | 0.42 | 0.08 | 0.14 | 311.09 | 0.56 | 0.68 |
| Hex | DB | 7F | CA | 0 | 2A | 8 | E | 137 | 38 | 44 |
| Octal | 333 | 177 | 312 | 0 | 52 | 10 | 16 | 467 | 70 | 104 |
| Binary | 11011011 | 1111111 | 11001010 | 0 | 101010 | 1000 | 1110 | 100110111 | 111000 | 1000100 |
Color Harmonies of #DB7FCA
Complementary color
Monochromatic Colors of #DB7FCA
Black with #DB7FCA
Text Example
Text Example
White with #DB7FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FCA; }
p { color: rgb(219,127,202); }
H1.HeaderClassName
{
color: #DB7FCA;
}
.AnyTagClassName
{
color: #DB7FCA;
}
</style>
background-color css
<style>
a { background-color: #DB7FCA; }
a { background-color: rgb(219,127,202); }
div.DivClassName
{
background-color: #DB7FCA;
}
.BgClassName
{
background-color: #DB7FCA;
}
</style>
border-color css
<style>
span { border-color: #DB7FCA; }
span { border-color: rgb(219,127,202); }
td.TdClassName
{
border-color: #DB7FCA;
}
.TagClassName
{
border-color: #DB7FCA;
}
</style>