Shades of Orchid #DA86DF
Tints of Orchid #DA86DF
RGB
CMYK
RGB Variations
Color information
#DA86DF (or 0xDA86DF) is known color: Orchid. HEX triplet: DA, 86 and DF. RGB value is (218,134,223). Sum of RGB (Red+Green+Blue) = 218+134+223=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA86DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86DF is #257920. Grayscale: #A8A8A8. Windows color (decimal): -2455841 or 14649050. OLE color: 14649050.
HSL color Cylindrical-coordinate representation of color #DA86DF: hue angle of 296.63º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA86DF is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 134 | 223 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.13 |
| HSL | 296.63º | 0.58% | 0.7% | - |
| HSV(B) | 296.63º | 0.4% | 0.87% | - |
| XYZ | 50.76 | 37.28 | 74.33 | - |
| YUV | 169.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 223 | 0.02 | 0.40 | 0 | 0.13 | 296.63 | 0.58 | 0.7 |
| Hex | DA | 86 | DF | 2 | 28 | 0 | D | 129 | 3A | 46 |
| Octal | 332 | 206 | 337 | 2 | 50 | 0 | 15 | 451 | 72 | 106 |
| Binary | 11011010 | 10000110 | 11011111 | 10 | 101000 | 0 | 1101 | 100101001 | 111010 | 1000110 |
Color Harmonies of #DA86DF
Complementary color
Monochromatic Colors of #DA86DF
Black with #DA86DF
Text Example
Text Example
White with #DA86DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86DF; }
p { color: rgb(218,134,223); }
H1.HeaderClassName
{
color: #DA86DF;
}
.AnyTagClassName
{
color: #DA86DF;
}
</style>
background-color css
<style>
a { background-color: #DA86DF; }
a { background-color: rgb(218,134,223); }
div.DivClassName
{
background-color: #DA86DF;
}
.BgClassName
{
background-color: #DA86DF;
}
</style>
border-color css
<style>
span { border-color: #DA86DF; }
span { border-color: rgb(218,134,223); }
td.TdClassName
{
border-color: #DA86DF;
}
.TagClassName
{
border-color: #DA86DF;
}
</style>