Shades of Orchid #DA6DDC
Tints of Orchid #DA6DDC
RGB
CMYK
RGB Variations
Color information
#DA6DDC (or 0xDA6DDC) is known color: Orchid. HEX triplet: DA, 6D and DC. RGB value is (218,109,220). Sum of RGB (Red+Green+Blue) = 218+109+220=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DDC is #259223. Grayscale: #999999. Windows color (decimal): -2462244 or 14446042. OLE color: 14446042.
HSL color Cylindrical-coordinate representation of color #DA6DDC: hue angle of 298.92º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6DDC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 109 | 220 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.14 |
| HSL | 298.92º | 0.61% | 0.65% | - |
| HSV(B) | 298.92º | 0.5% | 0.86% | - |
| XYZ | 47.3 | 31.01 | 71.2 | - |
| YUV | 154.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 220 | 0.01 | 0.50 | 0 | 0.14 | 298.92 | 0.61 | 0.65 |
| Hex | DA | 6D | DC | 1 | 32 | 0 | E | 12B | 3D | 41 |
| Octal | 332 | 155 | 334 | 1 | 62 | 0 | 16 | 453 | 75 | 101 |
| Binary | 11011010 | 1101101 | 11011100 | 1 | 110010 | 0 | 1110 | 100101011 | 111101 | 1000001 |
Color Harmonies of #DA6DDC
Complementary color
Monochromatic Colors of #DA6DDC
Black with #DA6DDC
Text Example
Text Example
White with #DA6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6DDC; }
p { color: rgb(218,109,220); }
H1.HeaderClassName
{
color: #DA6DDC;
}
.AnyTagClassName
{
color: #DA6DDC;
}
</style>
background-color css
<style>
a { background-color: #DA6DDC; }
a { background-color: rgb(218,109,220); }
div.DivClassName
{
background-color: #DA6DDC;
}
.BgClassName
{
background-color: #DA6DDC;
}
</style>
border-color css
<style>
span { border-color: #DA6DDC; }
span { border-color: rgb(218,109,220); }
td.TdClassName
{
border-color: #DA6DDC;
}
.TagClassName
{
border-color: #DA6DDC;
}
</style>