Shades of Orchid #DA84C7
Tints of Orchid #DA84C7
RGB
CMYK
RGB Variations
Color information
#DA84C7 (or 0xDA84C7) is known color: Orchid. HEX triplet: DA, 84 and C7. RGB value is (218,132,199). Sum of RGB (Red+Green+Blue) = 218+132+199=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84C7 is #257B38. Grayscale: #A5A5A5. Windows color (decimal): -2456377 or 13075674. OLE color: 13075674.
HSL color Cylindrical-coordinate representation of color #DA84C7: hue angle of 313.26º 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 #DA84C7 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 199 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.15 |
| HSL | 313.26º | 0.54% | 0.69% | - |
| HSV(B) | 313.26º | 0.39% | 0.85% | - |
| XYZ | 47.47 | 35.53 | 58.39 | - |
| YUV | 165.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 199 | 0 | 0.39 | 0.09 | 0.15 | 313.26 | 0.54 | 0.69 |
| Hex | DA | 84 | C7 | 0 | 27 | 9 | F | 139 | 36 | 45 |
| Octal | 332 | 204 | 307 | 0 | 47 | 11 | 17 | 471 | 66 | 105 |
| Binary | 11011010 | 10000100 | 11000111 | 0 | 100111 | 1001 | 1111 | 100111001 | 110110 | 1000101 |
Color Harmonies of #DA84C7
Complementary color
Monochromatic Colors of #DA84C7
Black with #DA84C7
Text Example
Text Example
White with #DA84C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84C7; }
p { color: rgb(218,132,199); }
H1.HeaderClassName
{
color: #DA84C7;
}
.AnyTagClassName
{
color: #DA84C7;
}
</style>
background-color css
<style>
a { background-color: #DA84C7; }
a { background-color: rgb(218,132,199); }
div.DivClassName
{
background-color: #DA84C7;
}
.BgClassName
{
background-color: #DA84C7;
}
</style>
border-color css
<style>
span { border-color: #DA84C7; }
span { border-color: rgb(218,132,199); }
td.TdClassName
{
border-color: #DA84C7;
}
.TagClassName
{
border-color: #DA84C7;
}
</style>