Shades of Orchid #DA6AD9
Tints of Orchid #DA6AD9
RGB
CMYK
RGB Variations
Color information
#DA6AD9 (or 0xDA6AD9) is known color: Orchid. HEX triplet: DA, 6A and D9. RGB value is (218,106,217). Sum of RGB (Red+Green+Blue) = 218+106+217=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6AD9 is #259526. Grayscale: #979797. Windows color (decimal): -2463015 or 14248666. OLE color: 14248666.
HSL color Cylindrical-coordinate representation of color #DA6AD9: hue angle of 300.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6AD9 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 217 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.15 |
| HSL | 300.54º | 0.6% | 0.64% | - |
| HSV(B) | 300.54º | 0.51% | 0.85% | - |
| XYZ | 46.59 | 30.22 | 69.02 | - |
| YUV | 152.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 217 | 0 | 0.51 | 0.00 | 0.15 | 300.54 | 0.6 | 0.64 |
| Hex | DA | 6A | D9 | 0 | 33 | 0 | F | 12D | 3C | 40 |
| Octal | 332 | 152 | 331 | 0 | 63 | 0 | 17 | 455 | 74 | 100 |
| Binary | 11011010 | 1101010 | 11011001 | 0 | 110011 | 0 | 1111 | 100101101 | 111100 | 1000000 |
Color Harmonies of #DA6AD9
Complementary color
Monochromatic Colors of #DA6AD9
Black with #DA6AD9
Text Example
Text Example
White with #DA6AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6AD9; }
p { color: rgb(218,106,217); }
H1.HeaderClassName
{
color: #DA6AD9;
}
.AnyTagClassName
{
color: #DA6AD9;
}
</style>
background-color css
<style>
a { background-color: #DA6AD9; }
a { background-color: rgb(218,106,217); }
div.DivClassName
{
background-color: #DA6AD9;
}
.BgClassName
{
background-color: #DA6AD9;
}
</style>
border-color css
<style>
span { border-color: #DA6AD9; }
span { border-color: rgb(218,106,217); }
td.TdClassName
{
border-color: #DA6AD9;
}
.TagClassName
{
border-color: #DA6AD9;
}
</style>