Shades of Orchid #DA6DDD
Tints of Orchid #DA6DDD
RGB
CMYK
RGB Variations
Color information
#DA6DDD (or 0xDA6DDD) is known color: Orchid. HEX triplet: DA, 6D and DD. RGB value is (218,109,221). Sum of RGB (Red+Green+Blue) = 218+109+221=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DDD is #259222. Grayscale: #9A9A9A. Windows color (decimal): -2462243 or 14511578. OLE color: 14511578.
HSL color Cylindrical-coordinate representation of color #DA6DDD: hue angle of 298.39º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6DDD is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 109 | 221 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.13 |
| HSL | 298.39º | 0.62% | 0.65% | - |
| HSV(B) | 298.39º | 0.51% | 0.87% | - |
| XYZ | 47.43 | 31.06 | 71.9 | - |
| YUV | 154.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 221 | 0.01 | 0.51 | 0 | 0.13 | 298.39 | 0.62 | 0.65 |
| Hex | DA | 6D | DD | 1 | 33 | 0 | D | 12A | 3E | 41 |
| Octal | 332 | 155 | 335 | 1 | 63 | 0 | 15 | 452 | 76 | 101 |
| Binary | 11011010 | 1101101 | 11011101 | 1 | 110011 | 0 | 1101 | 100101010 | 111110 | 1000001 |
Color Harmonies of #DA6DDD
Complementary color
Monochromatic Colors of #DA6DDD
Black with #DA6DDD
Text Example
Text Example
White with #DA6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6DDD; }
p { color: rgb(218,109,221); }
H1.HeaderClassName
{
color: #DA6DDD;
}
.AnyTagClassName
{
color: #DA6DDD;
}
</style>
background-color css
<style>
a { background-color: #DA6DDD; }
a { background-color: rgb(218,109,221); }
div.DivClassName
{
background-color: #DA6DDD;
}
.BgClassName
{
background-color: #DA6DDD;
}
</style>
border-color css
<style>
span { border-color: #DA6DDD; }
span { border-color: rgb(218,109,221); }
td.TdClassName
{
border-color: #DA6DDD;
}
.TagClassName
{
border-color: #DA6DDD;
}
</style>