Shades of Orchid #DA6EBF
Tints of Orchid #DA6EBF
RGB
CMYK
RGB Variations
Color information
#DA6EBF (or 0xDA6EBF) is known color: Orchid. HEX triplet: DA, 6E and BF. RGB value is (218,110,191). Sum of RGB (Red+Green+Blue) = 218+110+191=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EBF is #259140. Grayscale: #979797. Windows color (decimal): -2462017 or 12545754. OLE color: 12545754.
HSL color Cylindrical-coordinate representation of color #DA6EBF: hue angle of 315º degrees, saturation: 0.59, 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 #DA6EBF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 191 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.15 |
| HSL | 315º | 0.59% | 0.64% | - |
| HSV(B) | 315º | 0.5% | 0.85% | - |
| XYZ | 43.89 | 29.82 | 52.73 | - |
| YUV | 151.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 191 | 0 | 0.50 | 0.12 | 0.15 | 315 | 0.59 | 0.64 |
| Hex | DA | 6E | BF | 0 | 32 | C | F | 13B | 3B | 40 |
| Octal | 332 | 156 | 277 | 0 | 62 | 14 | 17 | 473 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10111111 | 0 | 110010 | 1100 | 1111 | 100111011 | 111011 | 1000000 |
Color Harmonies of #DA6EBF
Complementary color
Monochromatic Colors of #DA6EBF
Black with #DA6EBF
Text Example
Text Example
White with #DA6EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6EBF; }
p { color: rgb(218,110,191); }
H1.HeaderClassName
{
color: #DA6EBF;
}
.AnyTagClassName
{
color: #DA6EBF;
}
</style>
background-color css
<style>
a { background-color: #DA6EBF; }
a { background-color: rgb(218,110,191); }
div.DivClassName
{
background-color: #DA6EBF;
}
.BgClassName
{
background-color: #DA6EBF;
}
</style>
border-color css
<style>
span { border-color: #DA6EBF; }
span { border-color: rgb(218,110,191); }
td.TdClassName
{
border-color: #DA6EBF;
}
.TagClassName
{
border-color: #DA6EBF;
}
</style>