Shades of Orchid #DA6CB9
Tints of Orchid #DA6CB9
RGB
CMYK
RGB Variations
Color information
#DA6CB9 (or 0xDA6CB9) is known color: Orchid. HEX triplet: DA, 6C and B9. RGB value is (218,108,185). Sum of RGB (Red+Green+Blue) = 218+108+185=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CB9 is #259346. Grayscale: #959595. Windows color (decimal): -2462535 or 12152026. OLE color: 12152026.
HSL color Cylindrical-coordinate representation of color #DA6CB9: hue angle of 318º 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 #DA6CB9 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 185 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.15 |
| HSL | 318º | 0.6% | 0.64% | - |
| HSV(B) | 318º | 0.5% | 0.85% | - |
| XYZ | 43.03 | 29.13 | 49.25 | - |
| YUV | 149.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 185 | 0 | 0.50 | 0.15 | 0.15 | 318 | 0.6 | 0.64 |
| Hex | DA | 6C | B9 | 0 | 32 | F | F | 13E | 3C | 40 |
| Octal | 332 | 154 | 271 | 0 | 62 | 17 | 17 | 476 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10111001 | 0 | 110010 | 1111 | 1111 | 100111110 | 111100 | 1000000 |
Color Harmonies of #DA6CB9
Complementary color
Monochromatic Colors of #DA6CB9
Black with #DA6CB9
Text Example
Text Example
White with #DA6CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CB9; }
p { color: rgb(218,108,185); }
H1.HeaderClassName
{
color: #DA6CB9;
}
.AnyTagClassName
{
color: #DA6CB9;
}
</style>
background-color css
<style>
a { background-color: #DA6CB9; }
a { background-color: rgb(218,108,185); }
div.DivClassName
{
background-color: #DA6CB9;
}
.BgClassName
{
background-color: #DA6CB9;
}
</style>
border-color css
<style>
span { border-color: #DA6CB9; }
span { border-color: rgb(218,108,185); }
td.TdClassName
{
border-color: #DA6CB9;
}
.TagClassName
{
border-color: #DA6CB9;
}
</style>