Shades of Orchid #DA6CBD
Tints of Orchid #DA6CBD
RGB
CMYK
RGB Variations
Color information
#DA6CBD (or 0xDA6CBD) is known color: Orchid. HEX triplet: DA, 6C and BD. RGB value is (218,108,189). Sum of RGB (Red+Green+Blue) = 218+108+189=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CBD is #259342. Grayscale: #959595. Windows color (decimal): -2462531 or 12414170. OLE color: 12414170.
HSL color Cylindrical-coordinate representation of color #DA6CBD: hue angle of 315.82º 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 #DA6CBD is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 189 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.15 |
| HSL | 315.82º | 0.6% | 0.64% | - |
| HSV(B) | 315.82º | 0.5% | 0.85% | - |
| XYZ | 43.46 | 29.3 | 51.51 | - |
| YUV | 150.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 189 | 0 | 0.50 | 0.13 | 0.15 | 315.82 | 0.6 | 0.64 |
| Hex | DA | 6C | BD | 0 | 32 | D | F | 13C | 3C | 40 |
| Octal | 332 | 154 | 275 | 0 | 62 | 15 | 17 | 474 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10111101 | 0 | 110010 | 1101 | 1111 | 100111100 | 111100 | 1000000 |
Color Harmonies of #DA6CBD
Complementary color
Monochromatic Colors of #DA6CBD
Black with #DA6CBD
Text Example
Text Example
White with #DA6CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CBD; }
p { color: rgb(218,108,189); }
H1.HeaderClassName
{
color: #DA6CBD;
}
.AnyTagClassName
{
color: #DA6CBD;
}
</style>
background-color css
<style>
a { background-color: #DA6CBD; }
a { background-color: rgb(218,108,189); }
div.DivClassName
{
background-color: #DA6CBD;
}
.BgClassName
{
background-color: #DA6CBD;
}
</style>
border-color css
<style>
span { border-color: #DA6CBD; }
span { border-color: rgb(218,108,189); }
td.TdClassName
{
border-color: #DA6CBD;
}
.TagClassName
{
border-color: #DA6CBD;
}
</style>