Shades of Orchid #DA82DA
Tints of Orchid #DA82DA
RGB
CMYK
RGB Variations
Color information
#DA82DA (or 0xDA82DA) is known color: Orchid. HEX triplet: DA, 82 and DA. RGB value is (218,130,218). Sum of RGB (Red+Green+Blue) = 218+130+218=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82DA is #257D25. Grayscale: #A6A6A6. Windows color (decimal): -2456870 or 14320346. OLE color: 14320346.
HSL color Cylindrical-coordinate representation of color #DA82DA: hue angle of 300º 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 #DA82DA is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 130 | 218 | - |
CMYK | 0 | 0.40 | 0 | 0.15 |
HSL | 300º | 0.54% | 0.68% | - |
HSV(B) | 300º | 0.4% | 0.85% | - |
XYZ | 49.55 | 35.93 | 70.65 | - |
YUV | 166.34 | 157.15 | 164.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 130 | 218 | 0 | 0.40 | 0 | 0.15 | 300 | 0.54 | 0.68 |
Hex | DA | 82 | DA | 0 | 28 | 0 | F | 12C | 36 | 44 |
Octal | 332 | 202 | 332 | 0 | 50 | 0 | 17 | 454 | 66 | 104 |
Binary | 11011010 | 10000010 | 11011010 | 0 | 101000 | 0 | 1111 | 100101100 | 110110 | 1000100 |
Color Harmonies of #DA82DA
Complementary color
Monochromatic Colors of #DA82DA
Black with #DA82DA
Text Example
Text Example
White with #DA82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82DA; }
p { color: rgb(218,130,218); }
H1.HeaderClassName
{
color: #DA82DA;
}
.AnyTagClassName
{
color: #DA82DA;
}
</style>
background-color css
<style>
a { background-color: #DA82DA; }
a { background-color: rgb(218,130,218); }
div.DivClassName
{
background-color: #DA82DA;
}
.BgClassName
{
background-color: #DA82DA;
}
</style>
border-color css
<style>
span { border-color: #DA82DA; }
span { border-color: rgb(218,130,218); }
td.TdClassName
{
border-color: #DA82DA;
}
.TagClassName
{
border-color: #DA82DA;
}
</style>