Shades of Orchid #D082D9
Tints of Orchid #D082D9
RGB
CMYK
RGB Variations
Color information
#D082D9 (or 0xD082D9) is known color: Orchid. HEX triplet: D0, 82 and D9. RGB value is (208,130,217). Sum of RGB (Red+Green+Blue) = 208+130+217=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #D082D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082D9 is #2F7D26. Grayscale: #A2A2A2. Windows color (decimal): -3112231 or 14254800. OLE color: 14254800.
HSL color Cylindrical-coordinate representation of color #D082D9: hue angle of 293.79º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D082D9 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 130 | 217 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.15 |
| HSL | 293.79º | 0.53% | 0.68% | - |
| HSV(B) | 293.79º | 0.4% | 0.85% | - |
| XYZ | 46.52 | 34.38 | 69.83 | - |
| YUV | 163.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 217 | 0.04 | 0.40 | 0 | 0.15 | 293.79 | 0.53 | 0.68 |
| Hex | D0 | 82 | D9 | 4 | 28 | 0 | F | 126 | 35 | 44 |
| Octal | 320 | 202 | 331 | 4 | 50 | 0 | 17 | 446 | 65 | 104 |
| Binary | 11010000 | 10000010 | 11011001 | 100 | 101000 | 0 | 1111 | 100100110 | 110101 | 1000100 |
Color Harmonies of #D082D9
Complementary color
Monochromatic Colors of #D082D9
Black with #D082D9
Text Example
Text Example
White with #D082D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082D9; }
p { color: rgb(208,130,217); }
H1.HeaderClassName
{
color: #D082D9;
}
.AnyTagClassName
{
color: #D082D9;
}
</style>
background-color css
<style>
a { background-color: #D082D9; }
a { background-color: rgb(208,130,217); }
div.DivClassName
{
background-color: #D082D9;
}
.BgClassName
{
background-color: #D082D9;
}
</style>
border-color css
<style>
span { border-color: #D082D9; }
span { border-color: rgb(208,130,217); }
td.TdClassName
{
border-color: #D082D9;
}
.TagClassName
{
border-color: #D082D9;
}
</style>