Shades of Lily #C084AD
Tints of Lily #C084AD
RGB
CMYK
RGB Variations
Color information
#C084AD (or 0xC084AD) is known color: Lily. HEX triplet: C0, 84 and AD. RGB value is (192,132,173). Sum of RGB (Red+Green+Blue) = 192+132+173=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C084AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084AD is #3F7B52. Grayscale: #9A9A9A. Windows color (decimal): -4160339 or 11371712. OLE color: 11371712.
HSL color Cylindrical-coordinate representation of color #C084AD: hue angle of 319º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C084AD is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 173 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.25 |
| HSL | 319º | 0.32% | 0.64% | - |
| HSV(B) | 319º | 0.31% | 0.75% | - |
| XYZ | 37.53 | 30.73 | 43.49 | - |
| YUV | 154.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 173 | 0 | 0.31 | 0.10 | 0.25 | 319 | 0.32 | 0.64 |
| Hex | C0 | 84 | AD | 0 | 1F | A | 19 | 13F | 20 | 40 |
| Octal | 300 | 204 | 255 | 0 | 37 | 12 | 31 | 477 | 40 | 100 |
| Binary | 11000000 | 10000100 | 10101101 | 0 | 11111 | 1010 | 11001 | 100111111 | 100000 | 1000000 |
Color Harmonies of #C084AD
Complementary color
Monochromatic Colors of #C084AD
Black with #C084AD
Text Example
Text Example
White with #C084AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084AD; }
p { color: rgb(192,132,173); }
H1.HeaderClassName
{
color: #C084AD;
}
.AnyTagClassName
{
color: #C084AD;
}
</style>
background-color css
<style>
a { background-color: #C084AD; }
a { background-color: rgb(192,132,173); }
div.DivClassName
{
background-color: #C084AD;
}
.BgClassName
{
background-color: #C084AD;
}
</style>
border-color css
<style>
span { border-color: #C084AD; }
span { border-color: rgb(192,132,173); }
td.TdClassName
{
border-color: #C084AD;
}
.TagClassName
{
border-color: #C084AD;
}
</style>