Shades of Orchid #DA84C4
Tints of Orchid #DA84C4
RGB
CMYK
RGB Variations
Color information
#DA84C4 (or 0xDA84C4) is known color: Orchid. HEX triplet: DA, 84 and C4. RGB value is (218,132,196). Sum of RGB (Red+Green+Blue) = 218+132+196=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84C4 is #257B3B. Grayscale: #A4A4A4. Windows color (decimal): -2456380 or 12879066. OLE color: 12879066.
HSL color Cylindrical-coordinate representation of color #DA84C4: hue angle of 315.35º 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 #DA84C4 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 196 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.15 |
| HSL | 315.35º | 0.54% | 0.69% | - |
| HSV(B) | 315.35º | 0.39% | 0.85% | - |
| XYZ | 47.13 | 35.39 | 56.57 | - |
| YUV | 165.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 196 | 0 | 0.39 | 0.10 | 0.15 | 315.35 | 0.54 | 0.69 |
| Hex | DA | 84 | C4 | 0 | 27 | A | F | 13B | 36 | 45 |
| Octal | 332 | 204 | 304 | 0 | 47 | 12 | 17 | 473 | 66 | 105 |
| Binary | 11011010 | 10000100 | 11000100 | 0 | 100111 | 1010 | 1111 | 100111011 | 110110 | 1000101 |
Color Harmonies of #DA84C4
Complementary color
Monochromatic Colors of #DA84C4
Black with #DA84C4
Text Example
Text Example
White with #DA84C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84C4; }
p { color: rgb(218,132,196); }
H1.HeaderClassName
{
color: #DA84C4;
}
.AnyTagClassName
{
color: #DA84C4;
}
</style>
background-color css
<style>
a { background-color: #DA84C4; }
a { background-color: rgb(218,132,196); }
div.DivClassName
{
background-color: #DA84C4;
}
.BgClassName
{
background-color: #DA84C4;
}
</style>
border-color css
<style>
span { border-color: #DA84C4; }
span { border-color: rgb(218,132,196); }
td.TdClassName
{
border-color: #DA84C4;
}
.TagClassName
{
border-color: #DA84C4;
}
</style>