Shades of Orchid #D082D0
Tints of Orchid #D082D0
RGB
CMYK
RGB Variations
Color information
#D082D0 (or 0xD082D0) is known color: Orchid. HEX triplet: D0, 82 and D0. RGB value is (208,130,208). Sum of RGB (Red+Green+Blue) = 208+130+208=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D082D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082D0 is #2F7D2F. Grayscale: #A1A1A1. Windows color (decimal): -3112240 or 13664976. OLE color: 13664976.
HSL color Cylindrical-coordinate representation of color #D082D0: hue angle of 300º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D082D0 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 208 | - |
| CMYK | 0 | 0.38 | 0 | 0.18 |
| HSL | 300º | 0.45% | 0.66% | - |
| HSV(B) | 300º | 0.38% | 0.82% | - |
| XYZ | 45.38 | 33.93 | 63.83 | - |
| YUV | 162.21 | 153.84 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 208 | 0 | 0.38 | 0 | 0.18 | 300 | 0.45 | 0.66 |
| Hex | D0 | 82 | D0 | 0 | 26 | 0 | 12 | 12C | 2D | 42 |
| Octal | 320 | 202 | 320 | 0 | 46 | 0 | 22 | 454 | 55 | 102 |
| Binary | 11010000 | 10000010 | 11010000 | 0 | 100110 | 0 | 10010 | 100101100 | 101101 | 1000010 |
Color Harmonies of #D082D0
Complementary color
Monochromatic Colors of #D082D0
Black with #D082D0
Text Example
Text Example
White with #D082D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082D0; }
p { color: rgb(208,130,208); }
H1.HeaderClassName
{
color: #D082D0;
}
.AnyTagClassName
{
color: #D082D0;
}
</style>
background-color css
<style>
a { background-color: #D082D0; }
a { background-color: rgb(208,130,208); }
div.DivClassName
{
background-color: #D082D0;
}
.BgClassName
{
background-color: #D082D0;
}
</style>
border-color css
<style>
span { border-color: #D082D0; }
span { border-color: rgb(208,130,208); }
td.TdClassName
{
border-color: #D082D0;
}
.TagClassName
{
border-color: #D082D0;
}
</style>