Shades of Orchid #DA84C5
Tints of Orchid #DA84C5
RGB
CMYK
RGB Variations
Color information
#DA84C5 (or 0xDA84C5) is known color: Orchid. HEX triplet: DA, 84 and C5. RGB value is (218,132,197). Sum of RGB (Red+Green+Blue) = 218+132+197=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84C5 is #257B3A. Grayscale: #A4A4A4. Windows color (decimal): -2456379 or 12944602. OLE color: 12944602.
HSL color Cylindrical-coordinate representation of color #DA84C5: hue angle of 314.65º 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 #DA84C5 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 197 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.15 |
| HSL | 314.65º | 0.54% | 0.69% | - |
| HSV(B) | 314.65º | 0.39% | 0.85% | - |
| XYZ | 47.24 | 35.44 | 57.17 | - |
| YUV | 165.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 197 | 0 | 0.39 | 0.10 | 0.15 | 314.65 | 0.54 | 0.69 |
| Hex | DA | 84 | C5 | 0 | 27 | A | F | 13B | 36 | 45 |
| Octal | 332 | 204 | 305 | 0 | 47 | 12 | 17 | 473 | 66 | 105 |
| Binary | 11011010 | 10000100 | 11000101 | 0 | 100111 | 1010 | 1111 | 100111011 | 110110 | 1000101 |
Color Harmonies of #DA84C5
Complementary color
Monochromatic Colors of #DA84C5
Black with #DA84C5
Text Example
Text Example
White with #DA84C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84C5; }
p { color: rgb(218,132,197); }
H1.HeaderClassName
{
color: #DA84C5;
}
.AnyTagClassName
{
color: #DA84C5;
}
</style>
background-color css
<style>
a { background-color: #DA84C5; }
a { background-color: rgb(218,132,197); }
div.DivClassName
{
background-color: #DA84C5;
}
.BgClassName
{
background-color: #DA84C5;
}
</style>
border-color css
<style>
span { border-color: #DA84C5; }
span { border-color: rgb(218,132,197); }
td.TdClassName
{
border-color: #DA84C5;
}
.TagClassName
{
border-color: #DA84C5;
}
</style>