Shades of Orchid #DA82D9
Tints of Orchid #DA82D9
RGB
CMYK
RGB Variations
Color information
#DA82D9 (or 0xDA82D9) is known color: Orchid. HEX triplet: DA, 82 and D9. RGB value is (218,130,217). Sum of RGB (Red+Green+Blue) = 218+130+217=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82D9 is #257D26. Grayscale: #A5A5A5. Windows color (decimal): -2456871 or 14254810. OLE color: 14254810.
HSL color Cylindrical-coordinate representation of color #DA82D9: hue angle of 300.68º 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 #DA82D9 is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 217 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.15 |
| HSL | 300.68º | 0.54% | 0.68% | - |
| HSV(B) | 300.68º | 0.4% | 0.85% | - |
| XYZ | 49.42 | 35.88 | 69.97 | - |
| YUV | 166.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 217 | 0 | 0.40 | 0.00 | 0.15 | 300.68 | 0.54 | 0.68 |
| Hex | DA | 82 | D9 | 0 | 28 | 0 | F | 12D | 36 | 44 |
| Octal | 332 | 202 | 331 | 0 | 50 | 0 | 17 | 455 | 66 | 104 |
| Binary | 11011010 | 10000010 | 11011001 | 0 | 101000 | 0 | 1111 | 100101101 | 110110 | 1000100 |
Color Harmonies of #DA82D9
Complementary color
Monochromatic Colors of #DA82D9
Black with #DA82D9
Text Example
Text Example
White with #DA82D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82D9; }
p { color: rgb(218,130,217); }
H1.HeaderClassName
{
color: #DA82D9;
}
.AnyTagClassName
{
color: #DA82D9;
}
</style>
background-color css
<style>
a { background-color: #DA82D9; }
a { background-color: rgb(218,130,217); }
div.DivClassName
{
background-color: #DA82D9;
}
.BgClassName
{
background-color: #DA82D9;
}
</style>
border-color css
<style>
span { border-color: #DA82D9; }
span { border-color: rgb(218,130,217); }
td.TdClassName
{
border-color: #DA82D9;
}
.TagClassName
{
border-color: #DA82D9;
}
</style>