Shades of Orchid #DA6CDA
Tints of Orchid #DA6CDA
RGB
CMYK
RGB Variations
Color information
#DA6CDA (or 0xDA6CDA) is known color: Orchid. HEX triplet: DA, 6C and DA. RGB value is (218,108,218). Sum of RGB (Red+Green+Blue) = 218+108+218=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CDA is #259325. Grayscale: #999999. Windows color (decimal): -2462502 or 14314714. OLE color: 14314714.
HSL color Cylindrical-coordinate representation of color #DA6CDA: hue angle of 300º 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 #DA6CDA is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 218 | - |
| CMYK | 0 | 0.50 | 0 | 0.15 |
| HSL | 300º | 0.6% | 0.64% | - |
| HSV(B) | 300º | 0.5% | 0.85% | - |
| XYZ | 46.93 | 30.69 | 69.78 | - |
| YUV | 153.43 | 164.44 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 218 | 0 | 0.50 | 0 | 0.15 | 300 | 0.6 | 0.64 |
| Hex | DA | 6C | DA | 0 | 32 | 0 | F | 12C | 3C | 40 |
| Octal | 332 | 154 | 332 | 0 | 62 | 0 | 17 | 454 | 74 | 100 |
| Binary | 11011010 | 1101100 | 11011010 | 0 | 110010 | 0 | 1111 | 100101100 | 111100 | 1000000 |
Color Harmonies of #DA6CDA
Complementary color
Monochromatic Colors of #DA6CDA
Black with #DA6CDA
Text Example
Text Example
White with #DA6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CDA; }
p { color: rgb(218,108,218); }
H1.HeaderClassName
{
color: #DA6CDA;
}
.AnyTagClassName
{
color: #DA6CDA;
}
</style>
background-color css
<style>
a { background-color: #DA6CDA; }
a { background-color: rgb(218,108,218); }
div.DivClassName
{
background-color: #DA6CDA;
}
.BgClassName
{
background-color: #DA6CDA;
}
</style>
border-color css
<style>
span { border-color: #DA6CDA; }
span { border-color: rgb(218,108,218); }
td.TdClassName
{
border-color: #DA6CDA;
}
.TagClassName
{
border-color: #DA6CDA;
}
</style>