Shades of Orchid #DA87D6
Tints of Orchid #DA87D6
RGB
CMYK
RGB Variations
Color information
#DA87D6 (or 0xDA87D6) is known color: Orchid. HEX triplet: DA, 87 and D6. RGB value is (218,135,214). Sum of RGB (Red+Green+Blue) = 218+135+214=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87D6 is #257829. Grayscale: #A8A8A8. Windows color (decimal): -2455594 or 14059482. OLE color: 14059482.
HSL color Cylindrical-coordinate representation of color #DA87D6: hue angle of 302.89º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA87D6 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 214 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.15 |
| HSL | 302.89º | 0.53% | 0.69% | - |
| HSV(B) | 302.89º | 0.38% | 0.85% | - |
| XYZ | 49.72 | 37.09 | 68.16 | - |
| YUV | 168.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 214 | 0 | 0.38 | 0.02 | 0.15 | 302.89 | 0.53 | 0.69 |
| Hex | DA | 87 | D6 | 0 | 26 | 2 | F | 12F | 35 | 45 |
| Octal | 332 | 207 | 326 | 0 | 46 | 2 | 17 | 457 | 65 | 105 |
| Binary | 11011010 | 10000111 | 11010110 | 0 | 100110 | 10 | 1111 | 100101111 | 110101 | 1000101 |
Color Harmonies of #DA87D6
Complementary color
Monochromatic Colors of #DA87D6
Black with #DA87D6
Text Example
Text Example
White with #DA87D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA87D6; }
p { color: rgb(218,135,214); }
H1.HeaderClassName
{
color: #DA87D6;
}
.AnyTagClassName
{
color: #DA87D6;
}
</style>
background-color css
<style>
a { background-color: #DA87D6; }
a { background-color: rgb(218,135,214); }
div.DivClassName
{
background-color: #DA87D6;
}
.BgClassName
{
background-color: #DA87D6;
}
</style>
border-color css
<style>
span { border-color: #DA87D6; }
span { border-color: rgb(218,135,214); }
td.TdClassName
{
border-color: #DA87D6;
}
.TagClassName
{
border-color: #DA87D6;
}
</style>