Shades of Orchid #D082D1
Tints of Orchid #D082D1
RGB
CMYK
RGB Variations
Color information
#D082D1 (or 0xD082D1) is known color: Orchid. HEX triplet: D0, 82 and D1. RGB value is (208,130,209). Sum of RGB (Red+Green+Blue) = 208+130+209=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #D082D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082D1 is #2F7D2E. Grayscale: #A2A2A2. Windows color (decimal): -3112239 or 13730512. OLE color: 13730512.
HSL color Cylindrical-coordinate representation of color #D082D1: hue angle of 299.24º degrees, saturation: 0.46, 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 #D082D1 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 209 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.18 |
| HSL | 299.24º | 0.46% | 0.66% | - |
| HSV(B) | 299.24º | 0.38% | 0.82% | - |
| XYZ | 45.5 | 33.98 | 64.48 | - |
| YUV | 162.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 209 | 0.00 | 0.38 | 0 | 0.18 | 299.24 | 0.46 | 0.66 |
| Hex | D0 | 82 | D1 | 0 | 26 | 0 | 12 | 12B | 2E | 42 |
| Octal | 320 | 202 | 321 | 0 | 46 | 0 | 22 | 453 | 56 | 102 |
| Binary | 11010000 | 10000010 | 11010001 | 0 | 100110 | 0 | 10010 | 100101011 | 101110 | 1000010 |
Color Harmonies of #D082D1
Complementary color
Monochromatic Colors of #D082D1
Black with #D082D1
Text Example
Text Example
White with #D082D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082D1; }
p { color: rgb(208,130,209); }
H1.HeaderClassName
{
color: #D082D1;
}
.AnyTagClassName
{
color: #D082D1;
}
</style>
background-color css
<style>
a { background-color: #D082D1; }
a { background-color: rgb(208,130,209); }
div.DivClassName
{
background-color: #D082D1;
}
.BgClassName
{
background-color: #D082D1;
}
</style>
border-color css
<style>
span { border-color: #D082D1; }
span { border-color: rgb(208,130,209); }
td.TdClassName
{
border-color: #D082D1;
}
.TagClassName
{
border-color: #D082D1;
}
</style>