Shades of Orchid #DA6DDF
Tints of Orchid #DA6DDF
RGB
CMYK
RGB Variations
Color information
#DA6DDF (or 0xDA6DDF) is known color: Orchid. HEX triplet: DA, 6D and DF. RGB value is (218,109,223). Sum of RGB (Red+Green+Blue) = 218+109+223=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DDF is #259220. Grayscale: #9A9A9A. Windows color (decimal): -2462241 or 14642650. OLE color: 14642650.
HSL color Cylindrical-coordinate representation of color #DA6DDF: hue angle of 297.37º degrees, saturation: 0.64, 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 #DA6DDF is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 109 | 223 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.13 |
| HSL | 297.37º | 0.64% | 0.65% | - |
| HSV(B) | 297.37º | 0.51% | 0.87% | - |
| XYZ | 47.7 | 31.17 | 73.31 | - |
| YUV | 154.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 223 | 0.02 | 0.51 | 0 | 0.13 | 297.37 | 0.64 | 0.65 |
| Hex | DA | 6D | DF | 2 | 33 | 0 | D | 129 | 40 | 41 |
| Octal | 332 | 155 | 337 | 2 | 63 | 0 | 15 | 451 | 100 | 101 |
| Binary | 11011010 | 1101101 | 11011111 | 10 | 110011 | 0 | 1101 | 100101001 | 1000000 | 1000001 |
Color Harmonies of #DA6DDF
Complementary color
Monochromatic Colors of #DA6DDF
Black with #DA6DDF
Text Example
Text Example
White with #DA6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6DDF; }
p { color: rgb(218,109,223); }
H1.HeaderClassName
{
color: #DA6DDF;
}
.AnyTagClassName
{
color: #DA6DDF;
}
</style>
background-color css
<style>
a { background-color: #DA6DDF; }
a { background-color: rgb(218,109,223); }
div.DivClassName
{
background-color: #DA6DDF;
}
.BgClassName
{
background-color: #DA6DDF;
}
</style>
border-color css
<style>
span { border-color: #DA6DDF; }
span { border-color: rgb(218,109,223); }
td.TdClassName
{
border-color: #DA6DDF;
}
.TagClassName
{
border-color: #DA6DDF;
}
</style>