Shades of Orchid #DB81CE
Tints of Orchid #DB81CE
RGB
CMYK
RGB Variations
Color information
#DB81CE (or 0xDB81CE) is known color: Orchid. HEX triplet: DB, 81 and CE. RGB value is (219,129,206). Sum of RGB (Red+Green+Blue) = 219+129+206=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81CE is #247E31. Grayscale: #A4A4A4. Windows color (decimal): -2391602 or 13533659. OLE color: 13533659.
HSL color Cylindrical-coordinate representation of color #DB81CE: hue angle of 308.67º 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 #DB81CE is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 206 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.14 |
| HSL | 308.67º | 0.56% | 0.68% | - |
| HSV(B) | 308.67º | 0.41% | 0.86% | - |
| XYZ | 48.2 | 35.22 | 62.65 | - |
| YUV | 164.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 206 | 0 | 0.41 | 0.06 | 0.14 | 308.67 | 0.56 | 0.68 |
| Hex | DB | 81 | CE | 0 | 29 | 6 | E | 135 | 38 | 44 |
| Octal | 333 | 201 | 316 | 0 | 51 | 6 | 16 | 465 | 70 | 104 |
| Binary | 11011011 | 10000001 | 11001110 | 0 | 101001 | 110 | 1110 | 100110101 | 111000 | 1000100 |
Color Harmonies of #DB81CE
Complementary color
Monochromatic Colors of #DB81CE
Black with #DB81CE
Text Example
Text Example
White with #DB81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81CE; }
p { color: rgb(219,129,206); }
H1.HeaderClassName
{
color: #DB81CE;
}
.AnyTagClassName
{
color: #DB81CE;
}
</style>
background-color css
<style>
a { background-color: #DB81CE; }
a { background-color: rgb(219,129,206); }
div.DivClassName
{
background-color: #DB81CE;
}
.BgClassName
{
background-color: #DB81CE;
}
</style>
border-color css
<style>
span { border-color: #DB81CE; }
span { border-color: rgb(219,129,206); }
td.TdClassName
{
border-color: #DB81CE;
}
.TagClassName
{
border-color: #DB81CE;
}
</style>