Shades of Orchid #DB80CA
Tints of Orchid #DB80CA
RGB
CMYK
RGB Variations
Color information
#DB80CA (or 0xDB80CA) is known color: Orchid. HEX triplet: DB, 80 and CA. RGB value is (219,128,202). Sum of RGB (Red+Green+Blue) = 219+128+202=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80CA is #247F35. Grayscale: #A3A3A3. Windows color (decimal): -2391862 or 13271259. OLE color: 13271259.
HSL color Cylindrical-coordinate representation of color #DB80CA: hue angle of 311.21º 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 #DB80CA is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 202 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.14 |
| HSL | 311.21º | 0.56% | 0.68% | - |
| HSV(B) | 311.21º | 0.42% | 0.86% | - |
| XYZ | 47.59 | 34.76 | 60.08 | - |
| YUV | 163.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 202 | 0 | 0.42 | 0.08 | 0.14 | 311.21 | 0.56 | 0.68 |
| Hex | DB | 80 | CA | 0 | 2A | 8 | E | 137 | 38 | 44 |
| Octal | 333 | 200 | 312 | 0 | 52 | 10 | 16 | 467 | 70 | 104 |
| Binary | 11011011 | 10000000 | 11001010 | 0 | 101010 | 1000 | 1110 | 100110111 | 111000 | 1000100 |
Color Harmonies of #DB80CA
Complementary color
Monochromatic Colors of #DB80CA
Black with #DB80CA
Text Example
Text Example
White with #DB80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80CA; }
p { color: rgb(219,128,202); }
H1.HeaderClassName
{
color: #DB80CA;
}
.AnyTagClassName
{
color: #DB80CA;
}
</style>
background-color css
<style>
a { background-color: #DB80CA; }
a { background-color: rgb(219,128,202); }
div.DivClassName
{
background-color: #DB80CA;
}
.BgClassName
{
background-color: #DB80CA;
}
</style>
border-color css
<style>
span { border-color: #DB80CA; }
span { border-color: rgb(219,128,202); }
td.TdClassName
{
border-color: #DB80CA;
}
.TagClassName
{
border-color: #DB80CA;
}
</style>