Shades of Orchid #DA6BBF
Tints of Orchid #DA6BBF
RGB
CMYK
RGB Variations
Color information
#DA6BBF (or 0xDA6BBF) is known color: Orchid. HEX triplet: DA, 6B and BF. RGB value is (218,107,191). Sum of RGB (Red+Green+Blue) = 218+107+191=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BBF is #259440. Grayscale: #959595. Windows color (decimal): -2462785 or 12544986. OLE color: 12544986.
HSL color Cylindrical-coordinate representation of color #DA6BBF: hue angle of 314.59º 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 #DA6BBF is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 191 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.15 |
| HSL | 314.59º | 0.6% | 0.64% | - |
| HSV(B) | 314.59º | 0.51% | 0.85% | - |
| XYZ | 43.58 | 29.18 | 52.63 | - |
| YUV | 149.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 191 | 0 | 0.51 | 0.12 | 0.15 | 314.59 | 0.6 | 0.64 |
| Hex | DA | 6B | BF | 0 | 33 | C | F | 13B | 3C | 40 |
| Octal | 332 | 153 | 277 | 0 | 63 | 14 | 17 | 473 | 74 | 100 |
| Binary | 11011010 | 1101011 | 10111111 | 0 | 110011 | 1100 | 1111 | 100111011 | 111100 | 1000000 |
Color Harmonies of #DA6BBF
Complementary color
Monochromatic Colors of #DA6BBF
Black with #DA6BBF
Text Example
Text Example
White with #DA6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BBF; }
p { color: rgb(218,107,191); }
H1.HeaderClassName
{
color: #DA6BBF;
}
.AnyTagClassName
{
color: #DA6BBF;
}
</style>
background-color css
<style>
a { background-color: #DA6BBF; }
a { background-color: rgb(218,107,191); }
div.DivClassName
{
background-color: #DA6BBF;
}
.BgClassName
{
background-color: #DA6BBF;
}
</style>
border-color css
<style>
span { border-color: #DA6BBF; }
span { border-color: rgb(218,107,191); }
td.TdClassName
{
border-color: #DA6BBF;
}
.TagClassName
{
border-color: #DA6BBF;
}
</style>