Shades of Orchid #DA6FBC
Tints of Orchid #DA6FBC
RGB
CMYK
RGB Variations
Color information
#DA6FBC (or 0xDA6FBC) is known color: Orchid. HEX triplet: DA, 6F and BC. RGB value is (218,111,188). Sum of RGB (Red+Green+Blue) = 218+111+188=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FBC is #259043. Grayscale: #979797. Windows color (decimal): -2461764 or 12349402. OLE color: 12349402.
HSL color Cylindrical-coordinate representation of color #DA6FBC: hue angle of 316.82º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6FBC is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 188 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.15 |
| HSL | 316.82º | 0.59% | 0.65% | - |
| HSV(B) | 316.82º | 0.49% | 0.85% | - |
| XYZ | 43.67 | 29.91 | 51.05 | - |
| YUV | 151.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 188 | 0 | 0.49 | 0.14 | 0.15 | 316.82 | 0.59 | 0.65 |
| Hex | DA | 6F | BC | 0 | 31 | E | F | 13D | 3B | 41 |
| Octal | 332 | 157 | 274 | 0 | 61 | 16 | 17 | 475 | 73 | 101 |
| Binary | 11011010 | 1101111 | 10111100 | 0 | 110001 | 1110 | 1111 | 100111101 | 111011 | 1000001 |
Color Harmonies of #DA6FBC
Complementary color
Monochromatic Colors of #DA6FBC
Black with #DA6FBC
Text Example
Text Example
White with #DA6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FBC; }
p { color: rgb(218,111,188); }
H1.HeaderClassName
{
color: #DA6FBC;
}
.AnyTagClassName
{
color: #DA6FBC;
}
</style>
background-color css
<style>
a { background-color: #DA6FBC; }
a { background-color: rgb(218,111,188); }
div.DivClassName
{
background-color: #DA6FBC;
}
.BgClassName
{
background-color: #DA6FBC;
}
</style>
border-color css
<style>
span { border-color: #DA6FBC; }
span { border-color: rgb(218,111,188); }
td.TdClassName
{
border-color: #DA6FBC;
}
.TagClassName
{
border-color: #DA6FBC;
}
</style>