Shades of Orchid #DB81DC
Tints of Orchid #DB81DC
RGB
CMYK
RGB Variations
Color information
#DB81DC (or 0xDB81DC) is known color: Orchid. HEX triplet: DB, 81 and DC. RGB value is (219,129,220). Sum of RGB (Red+Green+Blue) = 219+129+220=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81DC is #247E23. Grayscale: #A6A6A6. Windows color (decimal): -2391588 or 14451163. OLE color: 14451163.
HSL color Cylindrical-coordinate representation of color #DB81DC: hue angle of 299.34º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB81DC is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 220 | - |
| CMYK | 0.00 | 0.41 | 0 | 0.14 |
| HSL | 299.34º | 0.57% | 0.68% | - |
| HSV(B) | 299.34º | 0.41% | 0.86% | - |
| XYZ | 49.98 | 35.93 | 72.01 | - |
| YUV | 166.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 220 | 0.00 | 0.41 | 0 | 0.14 | 299.34 | 0.57 | 0.68 |
| Hex | DB | 81 | DC | 0 | 29 | 0 | E | 12B | 39 | 44 |
| Octal | 333 | 201 | 334 | 0 | 51 | 0 | 16 | 453 | 71 | 104 |
| Binary | 11011011 | 10000001 | 11011100 | 0 | 101001 | 0 | 1110 | 100101011 | 111001 | 1000100 |
Color Harmonies of #DB81DC
Complementary color
Monochromatic Colors of #DB81DC
Black with #DB81DC
Text Example
Text Example
White with #DB81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81DC; }
p { color: rgb(219,129,220); }
H1.HeaderClassName
{
color: #DB81DC;
}
.AnyTagClassName
{
color: #DB81DC;
}
</style>
background-color css
<style>
a { background-color: #DB81DC; }
a { background-color: rgb(219,129,220); }
div.DivClassName
{
background-color: #DB81DC;
}
.BgClassName
{
background-color: #DB81DC;
}
</style>
border-color css
<style>
span { border-color: #DB81DC; }
span { border-color: rgb(219,129,220); }
td.TdClassName
{
border-color: #DB81DC;
}
.TagClassName
{
border-color: #DB81DC;
}
</style>