Shades of Orchid #DA6ABE
Tints of Orchid #DA6ABE
RGB
CMYK
RGB Variations
Color information
#DA6ABE (or 0xDA6ABE) is known color: Orchid. HEX triplet: DA, 6A and BE. RGB value is (218,106,190). Sum of RGB (Red+Green+Blue) = 218+106+190=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ABE is #259541. Grayscale: #949494. Windows color (decimal): -2463042 or 12479194. OLE color: 12479194.
HSL color Cylindrical-coordinate representation of color #DA6ABE: hue angle of 315º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6ABE is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 190 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.15 |
| HSL | 315º | 0.6% | 0.64% | - |
| HSV(B) | 315º | 0.51% | 0.85% | - |
| XYZ | 43.36 | 28.93 | 52.01 | - |
| YUV | 149.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 190 | 0 | 0.51 | 0.13 | 0.15 | 315 | 0.6 | 0.64 |
| Hex | DA | 6A | BE | 0 | 33 | D | F | 13B | 3C | 40 |
| Octal | 332 | 152 | 276 | 0 | 63 | 15 | 17 | 473 | 74 | 100 |
| Binary | 11011010 | 1101010 | 10111110 | 0 | 110011 | 1101 | 1111 | 100111011 | 111100 | 1000000 |
Color Harmonies of #DA6ABE
Complementary color
Monochromatic Colors of #DA6ABE
Black with #DA6ABE
Text Example
Text Example
White with #DA6ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ABE; }
p { color: rgb(218,106,190); }
H1.HeaderClassName
{
color: #DA6ABE;
}
.AnyTagClassName
{
color: #DA6ABE;
}
</style>
background-color css
<style>
a { background-color: #DA6ABE; }
a { background-color: rgb(218,106,190); }
div.DivClassName
{
background-color: #DA6ABE;
}
.BgClassName
{
background-color: #DA6ABE;
}
</style>
border-color css
<style>
span { border-color: #DA6ABE; }
span { border-color: rgb(218,106,190); }
td.TdClassName
{
border-color: #DA6ABE;
}
.TagClassName
{
border-color: #DA6ABE;
}
</style>