Shades of Orchid #DA86D0
Tints of Orchid #DA86D0
RGB
CMYK
RGB Variations
Color information
#DA86D0 (or 0xDA86D0) is known color: Orchid. HEX triplet: DA, 86 and D0. RGB value is (218,134,208). Sum of RGB (Red+Green+Blue) = 218+134+208=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86D0 is #25792F. Grayscale: #A7A7A7. Windows color (decimal): -2455856 or 13666010. OLE color: 13666010.
HSL color Cylindrical-coordinate representation of color #DA86D0: hue angle of 307.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 #DA86D0 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 208 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.15 |
| HSL | 307.14º | 0.53% | 0.69% | - |
| HSV(B) | 307.14º | 0.39% | 0.85% | - |
| XYZ | 48.82 | 36.51 | 64.15 | - |
| YUV | 167.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 208 | 0 | 0.39 | 0.05 | 0.15 | 307.14 | 0.53 | 0.69 |
| Hex | DA | 86 | D0 | 0 | 27 | 5 | F | 133 | 35 | 45 |
| Octal | 332 | 206 | 320 | 0 | 47 | 5 | 17 | 463 | 65 | 105 |
| Binary | 11011010 | 10000110 | 11010000 | 0 | 100111 | 101 | 1111 | 100110011 | 110101 | 1000101 |
Color Harmonies of #DA86D0
Complementary color
Monochromatic Colors of #DA86D0
Black with #DA86D0
Text Example
Text Example
White with #DA86D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86D0; }
p { color: rgb(218,134,208); }
H1.HeaderClassName
{
color: #DA86D0;
}
.AnyTagClassName
{
color: #DA86D0;
}
</style>
background-color css
<style>
a { background-color: #DA86D0; }
a { background-color: rgb(218,134,208); }
div.DivClassName
{
background-color: #DA86D0;
}
.BgClassName
{
background-color: #DA86D0;
}
</style>
border-color css
<style>
span { border-color: #DA86D0; }
span { border-color: rgb(218,134,208); }
td.TdClassName
{
border-color: #DA86D0;
}
.TagClassName
{
border-color: #DA86D0;
}
</style>