Shades of Orchid #DA84C3
Tints of Orchid #DA84C3
RGB
CMYK
RGB Variations
Color information
#DA84C3 (or 0xDA84C3) is known color: Orchid. HEX triplet: DA, 84 and C3. RGB value is (218,132,195). Sum of RGB (Red+Green+Blue) = 218+132+195=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84C3 is #257B3C. Grayscale: #A4A4A4. Windows color (decimal): -2456381 or 12813530. OLE color: 12813530.
HSL color Cylindrical-coordinate representation of color #DA84C3: hue angle of 316.05º 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 #DA84C3 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 195 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.15 |
| HSL | 316.05º | 0.54% | 0.69% | - |
| HSV(B) | 316.05º | 0.39% | 0.85% | - |
| XYZ | 47.02 | 35.35 | 55.97 | - |
| YUV | 164.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 195 | 0 | 0.39 | 0.11 | 0.15 | 316.05 | 0.54 | 0.69 |
| Hex | DA | 84 | C3 | 0 | 27 | B | F | 13C | 36 | 45 |
| Octal | 332 | 204 | 303 | 0 | 47 | 13 | 17 | 474 | 66 | 105 |
| Binary | 11011010 | 10000100 | 11000011 | 0 | 100111 | 1011 | 1111 | 100111100 | 110110 | 1000101 |
Color Harmonies of #DA84C3
Complementary color
Monochromatic Colors of #DA84C3
Black with #DA84C3
Text Example
Text Example
White with #DA84C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84C3; }
p { color: rgb(218,132,195); }
H1.HeaderClassName
{
color: #DA84C3;
}
.AnyTagClassName
{
color: #DA84C3;
}
</style>
background-color css
<style>
a { background-color: #DA84C3; }
a { background-color: rgb(218,132,195); }
div.DivClassName
{
background-color: #DA84C3;
}
.BgClassName
{
background-color: #DA84C3;
}
</style>
border-color css
<style>
span { border-color: #DA84C3; }
span { border-color: rgb(218,132,195); }
td.TdClassName
{
border-color: #DA84C3;
}
.TagClassName
{
border-color: #DA84C3;
}
</style>