Shades of Orchid #DA6EDD
Tints of Orchid #DA6EDD
RGB
CMYK
RGB Variations
Color information
#DA6EDD (or 0xDA6EDD) is known color: Orchid. HEX triplet: DA, 6E and DD. RGB value is (218,110,221). Sum of RGB (Red+Green+Blue) = 218+110+221=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EDD is #259122. Grayscale: #9A9A9A. Windows color (decimal): -2461987 or 14511834. OLE color: 14511834.
HSL color Cylindrical-coordinate representation of color #DA6EDD: hue angle of 298.38º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6EDD is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 110 | 221 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.13 |
| HSL | 298.38º | 0.62% | 0.65% | - |
| HSV(B) | 298.38º | 0.5% | 0.87% | - |
| XYZ | 47.54 | 31.28 | 71.94 | - |
| YUV | 154.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 221 | 0.01 | 0.50 | 0 | 0.13 | 298.38 | 0.62 | 0.65 |
| Hex | DA | 6E | DD | 1 | 32 | 0 | D | 12A | 3E | 41 |
| Octal | 332 | 156 | 335 | 1 | 62 | 0 | 15 | 452 | 76 | 101 |
| Binary | 11011010 | 1101110 | 11011101 | 1 | 110010 | 0 | 1101 | 100101010 | 111110 | 1000001 |
Color Harmonies of #DA6EDD
Complementary color
Monochromatic Colors of #DA6EDD
Black with #DA6EDD
Text Example
Text Example
White with #DA6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6EDD; }
p { color: rgb(218,110,221); }
H1.HeaderClassName
{
color: #DA6EDD;
}
.AnyTagClassName
{
color: #DA6EDD;
}
</style>
background-color css
<style>
a { background-color: #DA6EDD; }
a { background-color: rgb(218,110,221); }
div.DivClassName
{
background-color: #DA6EDD;
}
.BgClassName
{
background-color: #DA6EDD;
}
</style>
border-color css
<style>
span { border-color: #DA6EDD; }
span { border-color: rgb(218,110,221); }
td.TdClassName
{
border-color: #DA6EDD;
}
.TagClassName
{
border-color: #DA6EDD;
}
</style>