Shades of Orchid #DA84DD
Tints of Orchid #DA84DD
RGB
CMYK
RGB Variations
Color information
#DA84DD (or 0xDA84DD) is known color: Orchid. HEX triplet: DA, 84 and DD. RGB value is (218,132,221). Sum of RGB (Red+Green+Blue) = 218+132+221=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84DD is #257B22. Grayscale: #A7A7A7. Windows color (decimal): -2456355 or 14517466. OLE color: 14517466.
HSL color Cylindrical-coordinate representation of color #DA84DD: hue angle of 297.98º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA84DD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 132 | 221 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.13 |
| HSL | 297.98º | 0.57% | 0.69% | - |
| HSV(B) | 297.98º | 0.4% | 0.87% | - |
| XYZ | 50.22 | 36.63 | 72.83 | - |
| YUV | 167.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 221 | 0.01 | 0.40 | 0 | 0.13 | 297.98 | 0.57 | 0.69 |
| Hex | DA | 84 | DD | 1 | 28 | 0 | D | 12A | 39 | 45 |
| Octal | 332 | 204 | 335 | 1 | 50 | 0 | 15 | 452 | 71 | 105 |
| Binary | 11011010 | 10000100 | 11011101 | 1 | 101000 | 0 | 1101 | 100101010 | 111001 | 1000101 |
Color Harmonies of #DA84DD
Complementary color
Monochromatic Colors of #DA84DD
Black with #DA84DD
Text Example
Text Example
White with #DA84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84DD; }
p { color: rgb(218,132,221); }
H1.HeaderClassName
{
color: #DA84DD;
}
.AnyTagClassName
{
color: #DA84DD;
}
</style>
background-color css
<style>
a { background-color: #DA84DD; }
a { background-color: rgb(218,132,221); }
div.DivClassName
{
background-color: #DA84DD;
}
.BgClassName
{
background-color: #DA84DD;
}
</style>
border-color css
<style>
span { border-color: #DA84DD; }
span { border-color: rgb(218,132,221); }
td.TdClassName
{
border-color: #DA84DD;
}
.TagClassName
{
border-color: #DA84DD;
}
</style>