Shades of Orchid #DA6EBC
Tints of Orchid #DA6EBC
RGB
CMYK
RGB Variations
Color information
#DA6EBC (or 0xDA6EBC) is known color: Orchid. HEX triplet: DA, 6E and BC. RGB value is (218,110,188). Sum of RGB (Red+Green+Blue) = 218+110+188=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EBC is #259143. Grayscale: #969696. Windows color (decimal): -2462020 or 12349146. OLE color: 12349146.
HSL color Cylindrical-coordinate representation of color #DA6EBC: hue angle of 316.67º 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 #DA6EBC is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 188 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.15 |
| HSL | 316.67º | 0.59% | 0.64% | - |
| HSV(B) | 316.67º | 0.5% | 0.85% | - |
| XYZ | 43.57 | 29.69 | 51.01 | - |
| YUV | 151.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 188 | 0 | 0.50 | 0.14 | 0.15 | 316.67 | 0.59 | 0.64 |
| Hex | DA | 6E | BC | 0 | 32 | E | F | 13D | 3B | 40 |
| Octal | 332 | 156 | 274 | 0 | 62 | 16 | 17 | 475 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10111100 | 0 | 110010 | 1110 | 1111 | 100111101 | 111011 | 1000000 |
Color Harmonies of #DA6EBC
Complementary color
Monochromatic Colors of #DA6EBC
Black with #DA6EBC
Text Example
Text Example
White with #DA6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6EBC; }
p { color: rgb(218,110,188); }
H1.HeaderClassName
{
color: #DA6EBC;
}
.AnyTagClassName
{
color: #DA6EBC;
}
</style>
background-color css
<style>
a { background-color: #DA6EBC; }
a { background-color: rgb(218,110,188); }
div.DivClassName
{
background-color: #DA6EBC;
}
.BgClassName
{
background-color: #DA6EBC;
}
</style>
border-color css
<style>
span { border-color: #DA6EBC; }
span { border-color: rgb(218,110,188); }
td.TdClassName
{
border-color: #DA6EBC;
}
.TagClassName
{
border-color: #DA6EBC;
}
</style>