Shades of Lily #C284AE
Tints of Lily #C284AE
RGB
CMYK
RGB Variations
Color information
#C284AE (or 0xC284AE) is known color: Lily. HEX triplet: C2, 84 and AE. RGB value is (194,132,174). Sum of RGB (Red+Green+Blue) = 194+132+174=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C284AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C284AE is #3D7B51. Grayscale: #9B9B9B. Windows color (decimal): -4029266 or 11437250. OLE color: 11437250.
HSL color Cylindrical-coordinate representation of color #C284AE: hue angle of 319.35º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C284AE is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 174 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.24 |
| HSL | 319.35º | 0.34% | 0.64% | - |
| HSV(B) | 319.35º | 0.32% | 0.76% | - |
| XYZ | 38.14 | 31.03 | 44.02 | - |
| YUV | 155.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 174 | 0 | 0.32 | 0.10 | 0.24 | 319.35 | 0.34 | 0.64 |
| Hex | C2 | 84 | AE | 0 | 20 | A | 18 | 13F | 22 | 40 |
| Octal | 302 | 204 | 256 | 0 | 40 | 12 | 30 | 477 | 42 | 100 |
| Binary | 11000010 | 10000100 | 10101110 | 0 | 100000 | 1010 | 11000 | 100111111 | 100010 | 1000000 |
Color Harmonies of #C284AE
Complementary color
Monochromatic Colors of #C284AE
Black with #C284AE
Text Example
Text Example
White with #C284AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C284AE; }
p { color: rgb(194,132,174); }
H1.HeaderClassName
{
color: #C284AE;
}
.AnyTagClassName
{
color: #C284AE;
}
</style>
background-color css
<style>
a { background-color: #C284AE; }
a { background-color: rgb(194,132,174); }
div.DivClassName
{
background-color: #C284AE;
}
.BgClassName
{
background-color: #C284AE;
}
</style>
border-color css
<style>
span { border-color: #C284AE; }
span { border-color: rgb(194,132,174); }
td.TdClassName
{
border-color: #C284AE;
}
.TagClassName
{
border-color: #C284AE;
}
</style>