Shades of Orchid #D082DB
Tints of Orchid #D082DB
RGB
CMYK
RGB Variations
Color information
#D082DB (or 0xD082DB) is known color: Orchid. HEX triplet: D0, 82 and DB. RGB value is (208,130,219). Sum of RGB (Red+Green+Blue) = 208+130+219=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #D082DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082DB is #2F7D24. Grayscale: #A3A3A3. Windows color (decimal): -3112229 or 14385872. OLE color: 14385872.
HSL color Cylindrical-coordinate representation of color #D082DB: hue angle of 292.58º degrees, saturation: 0.55, 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 #D082DB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 130 | 219 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.14 |
| HSL | 292.58º | 0.55% | 0.68% | - |
| HSV(B) | 292.58º | 0.41% | 0.86% | - |
| XYZ | 46.78 | 34.49 | 71.21 | - |
| YUV | 163.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 219 | 0.05 | 0.41 | 0 | 0.14 | 292.58 | 0.55 | 0.68 |
| Hex | D0 | 82 | DB | 5 | 29 | 0 | E | 125 | 37 | 44 |
| Octal | 320 | 202 | 333 | 5 | 51 | 0 | 16 | 445 | 67 | 104 |
| Binary | 11010000 | 10000010 | 11011011 | 101 | 101001 | 0 | 1110 | 100100101 | 110111 | 1000100 |
Color Harmonies of #D082DB
Complementary color
Monochromatic Colors of #D082DB
Black with #D082DB
Text Example
Text Example
White with #D082DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082DB; }
p { color: rgb(208,130,219); }
H1.HeaderClassName
{
color: #D082DB;
}
.AnyTagClassName
{
color: #D082DB;
}
</style>
background-color css
<style>
a { background-color: #D082DB; }
a { background-color: rgb(208,130,219); }
div.DivClassName
{
background-color: #D082DB;
}
.BgClassName
{
background-color: #D082DB;
}
</style>
border-color css
<style>
span { border-color: #D082DB; }
span { border-color: rgb(208,130,219); }
td.TdClassName
{
border-color: #D082DB;
}
.TagClassName
{
border-color: #D082DB;
}
</style>