Shades of Orchid #DA84D7
Tints of Orchid #DA84D7
RGB
CMYK
RGB Variations
Color information
#DA84D7 (or 0xDA84D7) is known color: Orchid. HEX triplet: DA, 84 and D7. RGB value is (218,132,215). Sum of RGB (Red+Green+Blue) = 218+132+215=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84D7 is #257B28. Grayscale: #A6A6A6. Windows color (decimal): -2456361 or 14124250. OLE color: 14124250.
HSL color Cylindrical-coordinate representation of color #DA84D7: hue angle of 302.09º degrees, saturation: 0.54, 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 #DA84D7 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 215 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.15 |
| HSL | 302.09º | 0.54% | 0.69% | - |
| HSV(B) | 302.09º | 0.39% | 0.85% | - |
| XYZ | 49.43 | 36.31 | 68.69 | - |
| YUV | 167.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 215 | 0 | 0.39 | 0.01 | 0.15 | 302.09 | 0.54 | 0.69 |
| Hex | DA | 84 | D7 | 0 | 27 | 1 | F | 12E | 36 | 45 |
| Octal | 332 | 204 | 327 | 0 | 47 | 1 | 17 | 456 | 66 | 105 |
| Binary | 11011010 | 10000100 | 11010111 | 0 | 100111 | 1 | 1111 | 100101110 | 110110 | 1000101 |
Color Harmonies of #DA84D7
Complementary color
Monochromatic Colors of #DA84D7
Black with #DA84D7
Text Example
Text Example
White with #DA84D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84D7; }
p { color: rgb(218,132,215); }
H1.HeaderClassName
{
color: #DA84D7;
}
.AnyTagClassName
{
color: #DA84D7;
}
</style>
background-color css
<style>
a { background-color: #DA84D7; }
a { background-color: rgb(218,132,215); }
div.DivClassName
{
background-color: #DA84D7;
}
.BgClassName
{
background-color: #DA84D7;
}
</style>
border-color css
<style>
span { border-color: #DA84D7; }
span { border-color: rgb(218,132,215); }
td.TdClassName
{
border-color: #DA84D7;
}
.TagClassName
{
border-color: #DA84D7;
}
</style>