Shades of Orchid #D081DB
Tints of Orchid #D081DB
RGB
CMYK
RGB Variations
Color information
#D081DB (or 0xD081DB) is known color: Orchid. HEX triplet: D0, 81 and DB. RGB value is (208,129,219). Sum of RGB (Red+Green+Blue) = 208+129+219=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #D081DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081DB is #2F7E24. Grayscale: #A2A2A2. Windows color (decimal): -3112485 or 14385616. OLE color: 14385616.
HSL color Cylindrical-coordinate representation of color #D081DB: hue angle of 292.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 #D081DB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 129 | 219 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.14 |
| HSL | 292.67º | 0.56% | 0.68% | - |
| HSV(B) | 292.67º | 0.41% | 0.86% | - |
| XYZ | 46.65 | 34.22 | 71.17 | - |
| YUV | 162.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 219 | 0.05 | 0.41 | 0 | 0.14 | 292.67 | 0.56 | 0.68 |
| Hex | D0 | 81 | DB | 5 | 29 | 0 | E | 125 | 38 | 44 |
| Octal | 320 | 201 | 333 | 5 | 51 | 0 | 16 | 445 | 70 | 104 |
| Binary | 11010000 | 10000001 | 11011011 | 101 | 101001 | 0 | 1110 | 100100101 | 111000 | 1000100 |
Color Harmonies of #D081DB
Complementary color
Monochromatic Colors of #D081DB
Black with #D081DB
Text Example
Text Example
White with #D081DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081DB; }
p { color: rgb(208,129,219); }
H1.HeaderClassName
{
color: #D081DB;
}
.AnyTagClassName
{
color: #D081DB;
}
</style>
background-color css
<style>
a { background-color: #D081DB; }
a { background-color: rgb(208,129,219); }
div.DivClassName
{
background-color: #D081DB;
}
.BgClassName
{
background-color: #D081DB;
}
</style>
border-color css
<style>
span { border-color: #D081DB; }
span { border-color: rgb(208,129,219); }
td.TdClassName
{
border-color: #D081DB;
}
.TagClassName
{
border-color: #D081DB;
}
</style>