Shades of Orchid #DA6BD9
Tints of Orchid #DA6BD9
RGB
CMYK
RGB Variations
Color information
#DA6BD9 (or 0xDA6BD9) is known color: Orchid. HEX triplet: DA, 6B and D9. RGB value is (218,107,217). Sum of RGB (Red+Green+Blue) = 218+107+217=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BD9 is #259426. Grayscale: #989898. Windows color (decimal): -2462759 or 14248922. OLE color: 14248922.
HSL color Cylindrical-coordinate representation of color #DA6BD9: 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 #DA6BD9 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 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.7 | 30.43 | 69.06 | - |
| YUV | 152.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 217 | 0 | 0.51 | 0.00 | 0.15 | 300.54 | 0.6 | 0.64 |
| Hex | DA | 6B | D9 | 0 | 33 | 0 | F | 12D | 3C | 40 |
| Octal | 332 | 153 | 331 | 0 | 63 | 0 | 17 | 455 | 74 | 100 |
| Binary | 11011010 | 1101011 | 11011001 | 0 | 110011 | 0 | 1111 | 100101101 | 111100 | 1000000 |
Color Harmonies of #DA6BD9
Complementary color
Monochromatic Colors of #DA6BD9
Black with #DA6BD9
Text Example
Text Example
White with #DA6BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BD9; }
p { color: rgb(218,107,217); }
H1.HeaderClassName
{
color: #DA6BD9;
}
.AnyTagClassName
{
color: #DA6BD9;
}
</style>
background-color css
<style>
a { background-color: #DA6BD9; }
a { background-color: rgb(218,107,217); }
div.DivClassName
{
background-color: #DA6BD9;
}
.BgClassName
{
background-color: #DA6BD9;
}
</style>
border-color css
<style>
span { border-color: #DA6BD9; }
span { border-color: rgb(218,107,217); }
td.TdClassName
{
border-color: #DA6BD9;
}
.TagClassName
{
border-color: #DA6BD9;
}
</style>