Shades of Orchid #DB81D3
Tints of Orchid #DB81D3
RGB
CMYK
RGB Variations
Color information
#DB81D3 (or 0xDB81D3) is known color: Orchid. HEX triplet: DB, 81 and D3. RGB value is (219,129,211). Sum of RGB (Red+Green+Blue) = 219+129+211=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81D3 is #247E2C. Grayscale: #A5A5A5. Windows color (decimal): -2391597 or 13861339. OLE color: 13861339.
HSL color Cylindrical-coordinate representation of color #DB81D3: hue angle of 305.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 #DB81D3 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 211 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.14 |
| HSL | 305.33º | 0.56% | 0.68% | - |
| HSV(B) | 305.33º | 0.41% | 0.86% | - |
| XYZ | 48.82 | 35.46 | 65.9 | - |
| YUV | 165.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 211 | 0 | 0.41 | 0.04 | 0.14 | 305.33 | 0.56 | 0.68 |
| Hex | DB | 81 | D3 | 0 | 29 | 4 | E | 131 | 38 | 44 |
| Octal | 333 | 201 | 323 | 0 | 51 | 4 | 16 | 461 | 70 | 104 |
| Binary | 11011011 | 10000001 | 11010011 | 0 | 101001 | 100 | 1110 | 100110001 | 111000 | 1000100 |
Color Harmonies of #DB81D3
Complementary color
Monochromatic Colors of #DB81D3
Black with #DB81D3
Text Example
Text Example
White with #DB81D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81D3; }
p { color: rgb(219,129,211); }
H1.HeaderClassName
{
color: #DB81D3;
}
.AnyTagClassName
{
color: #DB81D3;
}
</style>
background-color css
<style>
a { background-color: #DB81D3; }
a { background-color: rgb(219,129,211); }
div.DivClassName
{
background-color: #DB81D3;
}
.BgClassName
{
background-color: #DB81D3;
}
</style>
border-color css
<style>
span { border-color: #DB81D3; }
span { border-color: rgb(219,129,211); }
td.TdClassName
{
border-color: #DB81D3;
}
.TagClassName
{
border-color: #DB81D3;
}
</style>