Shades of Orchid #DA86D7
Tints of Orchid #DA86D7
RGB
CMYK
RGB Variations
Color information
#DA86D7 (or 0xDA86D7) is known color: Orchid. HEX triplet: DA, 86 and D7. RGB value is (218,134,215). Sum of RGB (Red+Green+Blue) = 218+134+215=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86D7 is #257928. Grayscale: #A8A8A8. Windows color (decimal): -2455849 or 14124762. OLE color: 14124762.
HSL color Cylindrical-coordinate representation of color #DA86D7: hue angle of 302.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA86D7 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 215 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.15 |
| HSL | 302.14º | 0.53% | 0.69% | - |
| HSV(B) | 302.14º | 0.39% | 0.85% | - |
| XYZ | 49.7 | 36.86 | 68.79 | - |
| YUV | 168.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 215 | 0 | 0.39 | 0.01 | 0.15 | 302.14 | 0.53 | 0.69 |
| Hex | DA | 86 | D7 | 0 | 27 | 1 | F | 12E | 35 | 45 |
| Octal | 332 | 206 | 327 | 0 | 47 | 1 | 17 | 456 | 65 | 105 |
| Binary | 11011010 | 10000110 | 11010111 | 0 | 100111 | 1 | 1111 | 100101110 | 110101 | 1000101 |
Color Harmonies of #DA86D7
Complementary color
Monochromatic Colors of #DA86D7
Black with #DA86D7
Text Example
Text Example
White with #DA86D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86D7; }
p { color: rgb(218,134,215); }
H1.HeaderClassName
{
color: #DA86D7;
}
.AnyTagClassName
{
color: #DA86D7;
}
</style>
background-color css
<style>
a { background-color: #DA86D7; }
a { background-color: rgb(218,134,215); }
div.DivClassName
{
background-color: #DA86D7;
}
.BgClassName
{
background-color: #DA86D7;
}
</style>
border-color css
<style>
span { border-color: #DA86D7; }
span { border-color: rgb(218,134,215); }
td.TdClassName
{
border-color: #DA86D7;
}
.TagClassName
{
border-color: #DA86D7;
}
</style>