Shades of Orchid #DA6ED6
Tints of Orchid #DA6ED6
RGB
CMYK
RGB Variations
Color information
#DA6ED6 (or 0xDA6ED6) is known color: Orchid. HEX triplet: DA, 6E and D6. RGB value is (218,110,214). Sum of RGB (Red+Green+Blue) = 218+110+214=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ED6 is #259129. Grayscale: #999999. Windows color (decimal): -2461994 or 14053082. OLE color: 14053082.
HSL color Cylindrical-coordinate representation of color #DA6ED6: hue angle of 302.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6ED6 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 214 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.15 |
| HSL | 302.22º | 0.59% | 0.64% | - |
| HSV(B) | 302.22º | 0.5% | 0.85% | - |
| XYZ | 46.63 | 30.91 | 67.13 | - |
| YUV | 154.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 214 | 0 | 0.50 | 0.02 | 0.15 | 302.22 | 0.59 | 0.64 |
| Hex | DA | 6E | D6 | 0 | 32 | 2 | F | 12E | 3B | 40 |
| Octal | 332 | 156 | 326 | 0 | 62 | 2 | 17 | 456 | 73 | 100 |
| Binary | 11011010 | 1101110 | 11010110 | 0 | 110010 | 10 | 1111 | 100101110 | 111011 | 1000000 |
Color Harmonies of #DA6ED6
Complementary color
Monochromatic Colors of #DA6ED6
Black with #DA6ED6
Text Example
Text Example
White with #DA6ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ED6; }
p { color: rgb(218,110,214); }
H1.HeaderClassName
{
color: #DA6ED6;
}
.AnyTagClassName
{
color: #DA6ED6;
}
</style>
background-color css
<style>
a { background-color: #DA6ED6; }
a { background-color: rgb(218,110,214); }
div.DivClassName
{
background-color: #DA6ED6;
}
.BgClassName
{
background-color: #DA6ED6;
}
</style>
border-color css
<style>
span { border-color: #DA6ED6; }
span { border-color: rgb(218,110,214); }
td.TdClassName
{
border-color: #DA6ED6;
}
.TagClassName
{
border-color: #DA6ED6;
}
</style>