Shades of Orchid #DA6CBB
Tints of Orchid #DA6CBB
RGB
CMYK
RGB Variations
Color information
#DA6CBB (or 0xDA6CBB) is known color: Orchid. HEX triplet: DA, 6C and BB. RGB value is (218,108,187). Sum of RGB (Red+Green+Blue) = 218+108+187=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CBB is #259344. Grayscale: #959595. Windows color (decimal): -2462533 or 12283098. OLE color: 12283098.
HSL color Cylindrical-coordinate representation of color #DA6CBB: hue angle of 316.91º 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 #DA6CBB is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 187 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.15 |
| HSL | 316.91º | 0.6% | 0.64% | - |
| HSV(B) | 316.91º | 0.5% | 0.85% | - |
| XYZ | 43.25 | 29.22 | 50.37 | - |
| YUV | 149.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 187 | 0 | 0.50 | 0.14 | 0.15 | 316.91 | 0.6 | 0.64 |
| Hex | DA | 6C | BB | 0 | 32 | E | F | 13D | 3C | 40 |
| Octal | 332 | 154 | 273 | 0 | 62 | 16 | 17 | 475 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10111011 | 0 | 110010 | 1110 | 1111 | 100111101 | 111100 | 1000000 |
Color Harmonies of #DA6CBB
Complementary color
Monochromatic Colors of #DA6CBB
Black with #DA6CBB
Text Example
Text Example
White with #DA6CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CBB; }
p { color: rgb(218,108,187); }
H1.HeaderClassName
{
color: #DA6CBB;
}
.AnyTagClassName
{
color: #DA6CBB;
}
</style>
background-color css
<style>
a { background-color: #DA6CBB; }
a { background-color: rgb(218,108,187); }
div.DivClassName
{
background-color: #DA6CBB;
}
.BgClassName
{
background-color: #DA6CBB;
}
</style>
border-color css
<style>
span { border-color: #DA6CBB; }
span { border-color: rgb(218,108,187); }
td.TdClassName
{
border-color: #DA6CBB;
}
.TagClassName
{
border-color: #DA6CBB;
}
</style>