Shades of Orchid #DB80CB
Tints of Orchid #DB80CB
RGB
CMYK
RGB Variations
Color information
#DB80CB (or 0xDB80CB) is known color: Orchid. HEX triplet: DB, 80 and CB. RGB value is (219,128,203). Sum of RGB (Red+Green+Blue) = 219+128+203=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80CB is #247F34. Grayscale: #A3A3A3. Windows color (decimal): -2391861 or 13336795. OLE color: 13336795.
HSL color Cylindrical-coordinate representation of color #DB80CB: hue angle of 310.55º 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 #DB80CB is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 203 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.14 |
| HSL | 310.55º | 0.56% | 0.68% | - |
| HSV(B) | 310.55º | 0.42% | 0.86% | - |
| XYZ | 47.71 | 34.81 | 60.7 | - |
| YUV | 163.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 203 | 0 | 0.42 | 0.07 | 0.14 | 310.55 | 0.56 | 0.68 |
| Hex | DB | 80 | CB | 0 | 2A | 7 | E | 137 | 38 | 44 |
| Octal | 333 | 200 | 313 | 0 | 52 | 7 | 16 | 467 | 70 | 104 |
| Binary | 11011011 | 10000000 | 11001011 | 0 | 101010 | 111 | 1110 | 100110111 | 111000 | 1000100 |
Color Harmonies of #DB80CB
Complementary color
Monochromatic Colors of #DB80CB
Black with #DB80CB
Text Example
Text Example
White with #DB80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB80CB; }
p { color: rgb(219,128,203); }
H1.HeaderClassName
{
color: #DB80CB;
}
.AnyTagClassName
{
color: #DB80CB;
}
</style>
background-color css
<style>
a { background-color: #DB80CB; }
a { background-color: rgb(219,128,203); }
div.DivClassName
{
background-color: #DB80CB;
}
.BgClassName
{
background-color: #DB80CB;
}
</style>
border-color css
<style>
span { border-color: #DB80CB; }
span { border-color: rgb(219,128,203); }
td.TdClassName
{
border-color: #DB80CB;
}
.TagClassName
{
border-color: #DB80CB;
}
</style>