Shades of Orchid #DA6EC9
Tints of Orchid #DA6EC9
RGB
CMYK
RGB Variations
Color information
#DA6EC9 (or 0xDA6EC9) is known color: Orchid. HEX triplet: DA, 6E and C9. RGB value is (218,110,201). Sum of RGB (Red+Green+Blue) = 218+110+201=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EC9 is #259136. Grayscale: #989898. Windows color (decimal): -2462007 or 13201114. OLE color: 13201114.
HSL color Cylindrical-coordinate representation of color #DA6EC9: hue angle of 309.44º 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 #DA6EC9 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 201 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.15 |
| HSL | 309.44º | 0.59% | 0.64% | - |
| HSV(B) | 309.44º | 0.5% | 0.85% | - |
| XYZ | 45.03 | 30.27 | 58.73 | - |
| YUV | 152.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 201 | 0 | 0.50 | 0.08 | 0.15 | 309.44 | 0.59 | 0.64 |
| Hex | DA | 6E | C9 | 0 | 32 | 8 | F | 135 | 3B | 40 |
| Octal | 332 | 156 | 311 | 0 | 62 | 10 | 17 | 465 | 73 | 100 |
| Binary | 11011010 | 1101110 | 11001001 | 0 | 110010 | 1000 | 1111 | 100110101 | 111011 | 1000000 |
Color Harmonies of #DA6EC9
Complementary color
Monochromatic Colors of #DA6EC9
Black with #DA6EC9
Text Example
Text Example
White with #DA6EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6EC9; }
p { color: rgb(218,110,201); }
H1.HeaderClassName
{
color: #DA6EC9;
}
.AnyTagClassName
{
color: #DA6EC9;
}
</style>
background-color css
<style>
a { background-color: #DA6EC9; }
a { background-color: rgb(218,110,201); }
div.DivClassName
{
background-color: #DA6EC9;
}
.BgClassName
{
background-color: #DA6EC9;
}
</style>
border-color css
<style>
span { border-color: #DA6EC9; }
span { border-color: rgb(218,110,201); }
td.TdClassName
{
border-color: #DA6EC9;
}
.TagClassName
{
border-color: #DA6EC9;
}
</style>