Shades of Orchid #DA87D5
Tints of Orchid #DA87D5
RGB
CMYK
RGB Variations
Color information
#DA87D5 (or 0xDA87D5) is known color: Orchid. HEX triplet: DA, 87 and D5. RGB value is (218,135,213). Sum of RGB (Red+Green+Blue) = 218+135+213=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87D5 is #25782A. Grayscale: #A8A8A8. Windows color (decimal): -2455595 or 13993946. OLE color: 13993946.
HSL color Cylindrical-coordinate representation of color #DA87D5: hue angle of 303.61º 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 #DA87D5 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 213 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.15 |
| HSL | 303.61º | 0.53% | 0.69% | - |
| HSV(B) | 303.61º | 0.38% | 0.85% | - |
| XYZ | 49.59 | 37.04 | 67.49 | - |
| YUV | 168.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 213 | 0 | 0.38 | 0.02 | 0.15 | 303.61 | 0.53 | 0.69 |
| Hex | DA | 87 | D5 | 0 | 26 | 2 | F | 130 | 35 | 45 |
| Octal | 332 | 207 | 325 | 0 | 46 | 2 | 17 | 460 | 65 | 105 |
| Binary | 11011010 | 10000111 | 11010101 | 0 | 100110 | 10 | 1111 | 100110000 | 110101 | 1000101 |
Color Harmonies of #DA87D5
Complementary color
Monochromatic Colors of #DA87D5
Black with #DA87D5
Text Example
Text Example
White with #DA87D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA87D5; }
p { color: rgb(218,135,213); }
H1.HeaderClassName
{
color: #DA87D5;
}
.AnyTagClassName
{
color: #DA87D5;
}
</style>
background-color css
<style>
a { background-color: #DA87D5; }
a { background-color: rgb(218,135,213); }
div.DivClassName
{
background-color: #DA87D5;
}
.BgClassName
{
background-color: #DA87D5;
}
</style>
border-color css
<style>
span { border-color: #DA87D5; }
span { border-color: rgb(218,135,213); }
td.TdClassName
{
border-color: #DA87D5;
}
.TagClassName
{
border-color: #DA87D5;
}
</style>