Shades of Orchid #DB81CD
Tints of Orchid #DB81CD
RGB
CMYK
RGB Variations
Color information
#DB81CD (or 0xDB81CD) is known color: Orchid. HEX triplet: DB, 81 and CD. RGB value is (219,129,205). Sum of RGB (Red+Green+Blue) = 219+129+205=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81CD is #247E32. Grayscale: #A4A4A4. Windows color (decimal): -2391603 or 13468123. OLE color: 13468123.
HSL color Cylindrical-coordinate representation of color #DB81CD: hue angle of 309.33º degrees, saturation: 0.56, 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 #DB81CD is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 205 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.14 |
| HSL | 309.33º | 0.56% | 0.68% | - |
| HSV(B) | 309.33º | 0.41% | 0.86% | - |
| XYZ | 48.08 | 35.17 | 62.01 | - |
| YUV | 164.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 205 | 0 | 0.41 | 0.06 | 0.14 | 309.33 | 0.56 | 0.68 |
| Hex | DB | 81 | CD | 0 | 29 | 6 | E | 135 | 38 | 44 |
| Octal | 333 | 201 | 315 | 0 | 51 | 6 | 16 | 465 | 70 | 104 |
| Binary | 11011011 | 10000001 | 11001101 | 0 | 101001 | 110 | 1110 | 100110101 | 111000 | 1000100 |
Color Harmonies of #DB81CD
Complementary color
Monochromatic Colors of #DB81CD
Black with #DB81CD
Text Example
Text Example
White with #DB81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81CD; }
p { color: rgb(219,129,205); }
H1.HeaderClassName
{
color: #DB81CD;
}
.AnyTagClassName
{
color: #DB81CD;
}
</style>
background-color css
<style>
a { background-color: #DB81CD; }
a { background-color: rgb(219,129,205); }
div.DivClassName
{
background-color: #DB81CD;
}
.BgClassName
{
background-color: #DB81CD;
}
</style>
border-color css
<style>
span { border-color: #DB81CD; }
span { border-color: rgb(219,129,205); }
td.TdClassName
{
border-color: #DB81CD;
}
.TagClassName
{
border-color: #DB81CD;
}
</style>