Shades of Orchid #D082DA
Tints of Orchid #D082DA
RGB
CMYK
RGB Variations
Color information
#D082DA (or 0xD082DA) is known color: Orchid. HEX triplet: D0, 82 and DA. RGB value is (208,130,218). Sum of RGB (Red+Green+Blue) = 208+130+218=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #D082DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082DA is #2F7D25. Grayscale: #A3A3A3. Windows color (decimal): -3112230 or 14320336. OLE color: 14320336.
HSL color Cylindrical-coordinate representation of color #D082DA: hue angle of 293.18º degrees, saturation: 0.54, 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 #D082DA is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 130 | 218 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.15 |
| HSL | 293.18º | 0.54% | 0.68% | - |
| HSV(B) | 293.18º | 0.4% | 0.85% | - |
| XYZ | 46.65 | 34.44 | 70.52 | - |
| YUV | 163.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 218 | 0.05 | 0.40 | 0 | 0.15 | 293.18 | 0.54 | 0.68 |
| Hex | D0 | 82 | DA | 5 | 28 | 0 | F | 125 | 36 | 44 |
| Octal | 320 | 202 | 332 | 5 | 50 | 0 | 17 | 445 | 66 | 104 |
| Binary | 11010000 | 10000010 | 11011010 | 101 | 101000 | 0 | 1111 | 100100101 | 110110 | 1000100 |
Color Harmonies of #D082DA
Complementary color
Monochromatic Colors of #D082DA
Black with #D082DA
Text Example
Text Example
White with #D082DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082DA; }
p { color: rgb(208,130,218); }
H1.HeaderClassName
{
color: #D082DA;
}
.AnyTagClassName
{
color: #D082DA;
}
</style>
background-color css
<style>
a { background-color: #D082DA; }
a { background-color: rgb(208,130,218); }
div.DivClassName
{
background-color: #D082DA;
}
.BgClassName
{
background-color: #D082DA;
}
</style>
border-color css
<style>
span { border-color: #D082DA; }
span { border-color: rgb(208,130,218); }
td.TdClassName
{
border-color: #D082DA;
}
.TagClassName
{
border-color: #D082DA;
}
</style>