Shades of Orchid #DA6FBA
Tints of Orchid #DA6FBA
RGB
CMYK
RGB Variations
Color information
#DA6FBA (or 0xDA6FBA) is known color: Orchid. HEX triplet: DA, 6F and BA. RGB value is (218,111,186). Sum of RGB (Red+Green+Blue) = 218+111+186=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FBA is #259045. Grayscale: #979797. Windows color (decimal): -2461766 or 12218330. OLE color: 12218330.
HSL color Cylindrical-coordinate representation of color #DA6FBA: hue angle of 317.94º 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 #DA6FBA is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 186 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.15 |
| HSL | 317.94º | 0.59% | 0.65% | - |
| HSV(B) | 317.94º | 0.49% | 0.85% | - |
| XYZ | 43.46 | 29.82 | 49.92 | - |
| YUV | 151.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 186 | 0 | 0.49 | 0.15 | 0.15 | 317.94 | 0.59 | 0.65 |
| Hex | DA | 6F | BA | 0 | 31 | F | F | 13E | 3B | 41 |
| Octal | 332 | 157 | 272 | 0 | 61 | 17 | 17 | 476 | 73 | 101 |
| Binary | 11011010 | 1101111 | 10111010 | 0 | 110001 | 1111 | 1111 | 100111110 | 111011 | 1000001 |
Color Harmonies of #DA6FBA
Complementary color
Monochromatic Colors of #DA6FBA
Black with #DA6FBA
Text Example
Text Example
White with #DA6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FBA; }
p { color: rgb(218,111,186); }
H1.HeaderClassName
{
color: #DA6FBA;
}
.AnyTagClassName
{
color: #DA6FBA;
}
</style>
background-color css
<style>
a { background-color: #DA6FBA; }
a { background-color: rgb(218,111,186); }
div.DivClassName
{
background-color: #DA6FBA;
}
.BgClassName
{
background-color: #DA6FBA;
}
</style>
border-color css
<style>
span { border-color: #DA6FBA; }
span { border-color: rgb(218,111,186); }
td.TdClassName
{
border-color: #DA6FBA;
}
.TagClassName
{
border-color: #DA6FBA;
}
</style>