Shades of Orchid #DA6DBE
Tints of Orchid #DA6DBE
RGB
CMYK
RGB Variations
Color information
#DA6DBE (or 0xDA6DBE) is known color: Orchid. HEX triplet: DA, 6D and BE. RGB value is (218,109,190). Sum of RGB (Red+Green+Blue) = 218+109+190=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DBE is #259241. Grayscale: #969696. Windows color (decimal): -2462274 or 12479962. OLE color: 12479962.
HSL color Cylindrical-coordinate representation of color #DA6DBE: hue angle of 315.41º 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 #DA6DBE is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 190 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.15 |
| HSL | 315.41º | 0.6% | 0.64% | - |
| HSV(B) | 315.41º | 0.5% | 0.85% | - |
| XYZ | 43.68 | 29.56 | 52.12 | - |
| YUV | 150.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 190 | 0 | 0.5 | 0.13 | 0.15 | 315.41 | 0.6 | 0.64 |
| Hex | DA | 6D | BE | 0 | 32 | D | F | 13B | 3C | 40 |
| Octal | 332 | 155 | 276 | 0 | 62 | 15 | 17 | 473 | 74 | 100 |
| Binary | 11011010 | 1101101 | 10111110 | 0 | 110010 | 1101 | 1111 | 100111011 | 111100 | 1000000 |
Color Harmonies of #DA6DBE
Complementary color
Monochromatic Colors of #DA6DBE
Black with #DA6DBE
Text Example
Text Example
White with #DA6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6DBE; }
p { color: rgb(218,109,190); }
H1.HeaderClassName
{
color: #DA6DBE;
}
.AnyTagClassName
{
color: #DA6DBE;
}
</style>
background-color css
<style>
a { background-color: #DA6DBE; }
a { background-color: rgb(218,109,190); }
div.DivClassName
{
background-color: #DA6DBE;
}
.BgClassName
{
background-color: #DA6DBE;
}
</style>
border-color css
<style>
span { border-color: #DA6DBE; }
span { border-color: rgb(218,109,190); }
td.TdClassName
{
border-color: #DA6DBE;
}
.TagClassName
{
border-color: #DA6DBE;
}
</style>