Shades of Orchid #D082DC
Tints of Orchid #D082DC
RGB
CMYK
RGB Variations
Color information
#D082DC (or 0xD082DC) is known color: Orchid. HEX triplet: D0, 82 and DC. RGB value is (208,130,220). Sum of RGB (Red+Green+Blue) = 208+130+220=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #D082DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082DC is #2F7D23. Grayscale: #A3A3A3. Windows color (decimal): -3112228 or 14451408. OLE color: 14451408.
HSL color Cylindrical-coordinate representation of color #D082DC: hue angle of 292º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D082DC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 130 | 220 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.14 |
| HSL | 292º | 0.56% | 0.69% | - |
| HSV(B) | 292º | 0.41% | 0.86% | - |
| XYZ | 46.91 | 34.54 | 71.9 | - |
| YUV | 163.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 220 | 0.05 | 0.41 | 0 | 0.14 | 292 | 0.56 | 0.69 |
| Hex | D0 | 82 | DC | 5 | 29 | 0 | E | 124 | 38 | 45 |
| Octal | 320 | 202 | 334 | 5 | 51 | 0 | 16 | 444 | 70 | 105 |
| Binary | 11010000 | 10000010 | 11011100 | 101 | 101001 | 0 | 1110 | 100100100 | 111000 | 1000101 |
Color Harmonies of #D082DC
Complementary color
Monochromatic Colors of #D082DC
Black with #D082DC
Text Example
Text Example
White with #D082DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082DC; }
p { color: rgb(208,130,220); }
H1.HeaderClassName
{
color: #D082DC;
}
.AnyTagClassName
{
color: #D082DC;
}
</style>
background-color css
<style>
a { background-color: #D082DC; }
a { background-color: rgb(208,130,220); }
div.DivClassName
{
background-color: #D082DC;
}
.BgClassName
{
background-color: #D082DC;
}
</style>
border-color css
<style>
span { border-color: #D082DC; }
span { border-color: rgb(208,130,220); }
td.TdClassName
{
border-color: #D082DC;
}
.TagClassName
{
border-color: #D082DC;
}
</style>