Shades of Orchid #DA86C5
Tints of Orchid #DA86C5
RGB
CMYK
RGB Variations
Color information
#DA86C5 (or 0xDA86C5) is known color: Orchid. HEX triplet: DA, 86 and C5. RGB value is (218,134,197). Sum of RGB (Red+Green+Blue) = 218+134+197=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86C5 is #25793A. Grayscale: #A6A6A6. Windows color (decimal): -2455867 or 12945114. OLE color: 12945114.
HSL color Cylindrical-coordinate representation of color #DA86C5: hue angle of 315º 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 #DA86C5 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 197 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.15 |
| HSL | 315º | 0.53% | 0.69% | - |
| HSV(B) | 315º | 0.39% | 0.85% | - |
| XYZ | 47.52 | 35.99 | 57.27 | - |
| YUV | 166.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 197 | 0 | 0.39 | 0.10 | 0.15 | 315 | 0.53 | 0.69 |
| Hex | DA | 86 | C5 | 0 | 27 | A | F | 13B | 35 | 45 |
| Octal | 332 | 206 | 305 | 0 | 47 | 12 | 17 | 473 | 65 | 105 |
| Binary | 11011010 | 10000110 | 11000101 | 0 | 100111 | 1010 | 1111 | 100111011 | 110101 | 1000101 |
Color Harmonies of #DA86C5
Complementary color
Monochromatic Colors of #DA86C5
Black with #DA86C5
Text Example
Text Example
White with #DA86C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86C5; }
p { color: rgb(218,134,197); }
H1.HeaderClassName
{
color: #DA86C5;
}
.AnyTagClassName
{
color: #DA86C5;
}
</style>
background-color css
<style>
a { background-color: #DA86C5; }
a { background-color: rgb(218,134,197); }
div.DivClassName
{
background-color: #DA86C5;
}
.BgClassName
{
background-color: #DA86C5;
}
</style>
border-color css
<style>
span { border-color: #DA86C5; }
span { border-color: rgb(218,134,197); }
td.TdClassName
{
border-color: #DA86C5;
}
.TagClassName
{
border-color: #DA86C5;
}
</style>