Shades of Orchid #DA84D5
Tints of Orchid #DA84D5
RGB
CMYK
RGB Variations
Color information
#DA84D5 (or 0xDA84D5) is known color: Orchid. HEX triplet: DA, 84 and D5. RGB value is (218,132,213). Sum of RGB (Red+Green+Blue) = 218+132+213=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84D5 is #257B2A. Grayscale: #A6A6A6. Windows color (decimal): -2456363 or 13993178. OLE color: 13993178.
HSL color Cylindrical-coordinate representation of color #DA84D5: hue angle of 303.49º 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 #DA84D5 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 213 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.15 |
| HSL | 303.49º | 0.54% | 0.69% | - |
| HSV(B) | 303.49º | 0.39% | 0.85% | - |
| XYZ | 49.17 | 36.21 | 67.35 | - |
| YUV | 166.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 213 | 0 | 0.39 | 0.02 | 0.15 | 303.49 | 0.54 | 0.69 |
| Hex | DA | 84 | D5 | 0 | 27 | 2 | F | 12F | 36 | 45 |
| Octal | 332 | 204 | 325 | 0 | 47 | 2 | 17 | 457 | 66 | 105 |
| Binary | 11011010 | 10000100 | 11010101 | 0 | 100111 | 10 | 1111 | 100101111 | 110110 | 1000101 |
Color Harmonies of #DA84D5
Complementary color
Monochromatic Colors of #DA84D5
Black with #DA84D5
Text Example
Text Example
White with #DA84D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84D5; }
p { color: rgb(218,132,213); }
H1.HeaderClassName
{
color: #DA84D5;
}
.AnyTagClassName
{
color: #DA84D5;
}
</style>
background-color css
<style>
a { background-color: #DA84D5; }
a { background-color: rgb(218,132,213); }
div.DivClassName
{
background-color: #DA84D5;
}
.BgClassName
{
background-color: #DA84D5;
}
</style>
border-color css
<style>
span { border-color: #DA84D5; }
span { border-color: rgb(218,132,213); }
td.TdClassName
{
border-color: #DA84D5;
}
.TagClassName
{
border-color: #DA84D5;
}
</style>