Shades of Orchid #DA6DC7
Tints of Orchid #DA6DC7
RGB
CMYK
RGB Variations
Color information
#DA6DC7 (or 0xDA6DC7) is known color: Orchid. HEX triplet: DA, 6D and C7. RGB value is (218,109,199). Sum of RGB (Red+Green+Blue) = 218+109+199=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DC7 is #259238. Grayscale: #979797. Windows color (decimal): -2462265 or 13069786. OLE color: 13069786.
HSL color Cylindrical-coordinate representation of color #DA6DC7: hue angle of 310.46º 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 #DA6DC7 is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 199 | - |
| CMYK | 0 | 0.5 | 0.09 | 0.15 |
| HSL | 310.46º | 0.6% | 0.64% | - |
| HSV(B) | 310.46º | 0.5% | 0.85% | - |
| XYZ | 44.69 | 29.97 | 57.46 | - |
| YUV | 151.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 199 | 0 | 0.5 | 0.09 | 0.15 | 310.46 | 0.6 | 0.64 |
| Hex | DA | 6D | C7 | 0 | 32 | 9 | F | 136 | 3C | 40 |
| Octal | 332 | 155 | 307 | 0 | 62 | 11 | 17 | 466 | 74 | 100 |
| Binary | 11011010 | 1101101 | 11000111 | 0 | 110010 | 1001 | 1111 | 100110110 | 111100 | 1000000 |
Color Harmonies of #DA6DC7
Complementary color
Monochromatic Colors of #DA6DC7
Black with #DA6DC7
Text Example
Text Example
White with #DA6DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6DC7; }
p { color: rgb(218,109,199); }
H1.HeaderClassName
{
color: #DA6DC7;
}
.AnyTagClassName
{
color: #DA6DC7;
}
</style>
background-color css
<style>
a { background-color: #DA6DC7; }
a { background-color: rgb(218,109,199); }
div.DivClassName
{
background-color: #DA6DC7;
}
.BgClassName
{
background-color: #DA6DC7;
}
</style>
border-color css
<style>
span { border-color: #DA6DC7; }
span { border-color: rgb(218,109,199); }
td.TdClassName
{
border-color: #DA6DC7;
}
.TagClassName
{
border-color: #DA6DC7;
}
</style>