Shades of Orchid #DA84D2
Tints of Orchid #DA84D2
RGB
CMYK
RGB Variations
Color information
#DA84D2 (or 0xDA84D2) is known color: Orchid. HEX triplet: DA, 84 and D2. RGB value is (218,132,210). Sum of RGB (Red+Green+Blue) = 218+132+210=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84D2 is #257B2D. Grayscale: #A6A6A6. Windows color (decimal): -2456366 or 13796570. OLE color: 13796570.
HSL color Cylindrical-coordinate representation of color #DA84D2: hue angle of 305.58º 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 #DA84D2 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 210 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.15 |
| HSL | 305.58º | 0.54% | 0.69% | - |
| HSV(B) | 305.58º | 0.39% | 0.85% | - |
| XYZ | 48.8 | 36.06 | 65.36 | - |
| YUV | 166.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 210 | 0 | 0.39 | 0.04 | 0.15 | 305.58 | 0.54 | 0.69 |
| Hex | DA | 84 | D2 | 0 | 27 | 4 | F | 132 | 36 | 45 |
| Octal | 332 | 204 | 322 | 0 | 47 | 4 | 17 | 462 | 66 | 105 |
| Binary | 11011010 | 10000100 | 11010010 | 0 | 100111 | 100 | 1111 | 100110010 | 110110 | 1000101 |
Color Harmonies of #DA84D2
Complementary color
Monochromatic Colors of #DA84D2
Black with #DA84D2
Text Example
Text Example
White with #DA84D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84D2; }
p { color: rgb(218,132,210); }
H1.HeaderClassName
{
color: #DA84D2;
}
.AnyTagClassName
{
color: #DA84D2;
}
</style>
background-color css
<style>
a { background-color: #DA84D2; }
a { background-color: rgb(218,132,210); }
div.DivClassName
{
background-color: #DA84D2;
}
.BgClassName
{
background-color: #DA84D2;
}
</style>
border-color css
<style>
span { border-color: #DA84D2; }
span { border-color: rgb(218,132,210); }
td.TdClassName
{
border-color: #DA84D2;
}
.TagClassName
{
border-color: #DA84D2;
}
</style>