Shades of Orchid #D082D2
Tints of Orchid #D082D2
RGB
CMYK
RGB Variations
Color information
#D082D2 (or 0xD082D2) is known color: Orchid. HEX triplet: D0, 82 and D2. RGB value is (208,130,210). Sum of RGB (Red+Green+Blue) = 208+130+210=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 210 - color contains mainly: blue. Hex color #D082D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082D2 is #2F7D2D. Grayscale: #A2A2A2. Windows color (decimal): -3112238 or 13796048. OLE color: 13796048.
HSL color Cylindrical-coordinate representation of color #D082D2: hue angle of 298.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D082D2 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 210 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.18 |
| HSL | 298.5º | 0.47% | 0.67% | - |
| HSV(B) | 298.5º | 0.38% | 0.82% | - |
| XYZ | 45.63 | 34.03 | 65.14 | - |
| YUV | 162.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 210 | 0.01 | 0.38 | 0 | 0.18 | 298.5 | 0.47 | 0.67 |
| Hex | D0 | 82 | D2 | 1 | 26 | 0 | 12 | 12A | 2F | 43 |
| Octal | 320 | 202 | 322 | 1 | 46 | 0 | 22 | 452 | 57 | 103 |
| Binary | 11010000 | 10000010 | 11010010 | 1 | 100110 | 0 | 10010 | 100101010 | 101111 | 1000011 |
Color Harmonies of #D082D2
Complementary color
Monochromatic Colors of #D082D2
Black with #D082D2
Text Example
Text Example
White with #D082D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082D2; }
p { color: rgb(208,130,210); }
H1.HeaderClassName
{
color: #D082D2;
}
.AnyTagClassName
{
color: #D082D2;
}
</style>
background-color css
<style>
a { background-color: #D082D2; }
a { background-color: rgb(208,130,210); }
div.DivClassName
{
background-color: #D082D2;
}
.BgClassName
{
background-color: #D082D2;
}
</style>
border-color css
<style>
span { border-color: #D082D2; }
span { border-color: rgb(208,130,210); }
td.TdClassName
{
border-color: #D082D2;
}
.TagClassName
{
border-color: #D082D2;
}
</style>