Shades of Orchid #DA6BD6
Tints of Orchid #DA6BD6
RGB
CMYK
RGB Variations
Color information
#DA6BD6 (or 0xDA6BD6) is known color: Orchid. HEX triplet: DA, 6B and D6. RGB value is (218,107,214). Sum of RGB (Red+Green+Blue) = 218+107+214=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BD6 is #259429. Grayscale: #989898. Windows color (decimal): -2462762 or 14052314. OLE color: 14052314.
HSL color Cylindrical-coordinate representation of color #DA6BD6: hue angle of 302.16º 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 #DA6BD6 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 214 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.15 |
| HSL | 302.16º | 0.6% | 0.64% | - |
| HSV(B) | 302.16º | 0.51% | 0.85% | - |
| XYZ | 46.31 | 30.28 | 67.02 | - |
| YUV | 152.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 214 | 0 | 0.51 | 0.02 | 0.15 | 302.16 | 0.6 | 0.64 |
| Hex | DA | 6B | D6 | 0 | 33 | 2 | F | 12E | 3C | 40 |
| Octal | 332 | 153 | 326 | 0 | 63 | 2 | 17 | 456 | 74 | 100 |
| Binary | 11011010 | 1101011 | 11010110 | 0 | 110011 | 10 | 1111 | 100101110 | 111100 | 1000000 |
Color Harmonies of #DA6BD6
Complementary color
Monochromatic Colors of #DA6BD6
Black with #DA6BD6
Text Example
Text Example
White with #DA6BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BD6; }
p { color: rgb(218,107,214); }
H1.HeaderClassName
{
color: #DA6BD6;
}
.AnyTagClassName
{
color: #DA6BD6;
}
</style>
background-color css
<style>
a { background-color: #DA6BD6; }
a { background-color: rgb(218,107,214); }
div.DivClassName
{
background-color: #DA6BD6;
}
.BgClassName
{
background-color: #DA6BD6;
}
</style>
border-color css
<style>
span { border-color: #DA6BD6; }
span { border-color: rgb(218,107,214); }
td.TdClassName
{
border-color: #DA6BD6;
}
.TagClassName
{
border-color: #DA6BD6;
}
</style>