Shades of Orchid #DA6DD7
Tints of Orchid #DA6DD7
RGB
CMYK
RGB Variations
Color information
#DA6DD7 (or 0xDA6DD7) is known color: Orchid. HEX triplet: DA, 6D and D7. RGB value is (218,109,215). Sum of RGB (Red+Green+Blue) = 218+109+215=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DD7 is #259228. Grayscale: #999999. Windows color (decimal): -2462249 or 14118362. OLE color: 14118362.
HSL color Cylindrical-coordinate representation of color #DA6DD7: hue angle of 301.65º degrees, saturation: 0.6, 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 #DA6DD7 is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 215 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.15 |
| HSL | 301.65º | 0.6% | 0.64% | - |
| HSV(B) | 301.65º | 0.5% | 0.85% | - |
| XYZ | 46.65 | 30.75 | 67.77 | - |
| YUV | 153.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 215 | 0 | 0.5 | 0.01 | 0.15 | 301.65 | 0.6 | 0.64 |
| Hex | DA | 6D | D7 | 0 | 32 | 1 | F | 12E | 3C | 40 |
| Octal | 332 | 155 | 327 | 0 | 62 | 1 | 17 | 456 | 74 | 100 |
| Binary | 11011010 | 1101101 | 11010111 | 0 | 110010 | 1 | 1111 | 100101110 | 111100 | 1000000 |
Color Harmonies of #DA6DD7
Complementary color
Monochromatic Colors of #DA6DD7
Black with #DA6DD7
Text Example
Text Example
White with #DA6DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6DD7; }
p { color: rgb(218,109,215); }
H1.HeaderClassName
{
color: #DA6DD7;
}
.AnyTagClassName
{
color: #DA6DD7;
}
</style>
background-color css
<style>
a { background-color: #DA6DD7; }
a { background-color: rgb(218,109,215); }
div.DivClassName
{
background-color: #DA6DD7;
}
.BgClassName
{
background-color: #DA6DD7;
}
</style>
border-color css
<style>
span { border-color: #DA6DD7; }
span { border-color: rgb(218,109,215); }
td.TdClassName
{
border-color: #DA6DD7;
}
.TagClassName
{
border-color: #DA6DD7;
}
</style>