Shades of Lilac #C494C5
Tints of Lilac #C494C5
RGB
CMYK
RGB Variations
Color information
#C494C5 (or 0xC494C5) is known color: Lilac. HEX triplet: C4, 94 and C5. RGB value is (196,148,197). Sum of RGB (Red+Green+Blue) = 196+148+197=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #C494C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494C5 is #3B6B3A. Grayscale: #A7A7A7. Windows color (decimal): -3894075 or 12948676. OLE color: 12948676.
HSL color Cylindrical-coordinate representation of color #C494C5: hue angle of 298.78º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C494C5 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 197 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.23 |
| HSL | 298.78º | 0.3% | 0.68% | - |
| HSV(B) | 298.78º | 0.25% | 0.77% | - |
| XYZ | 43.43 | 36.95 | 57.67 | - |
| YUV | 167.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 197 | 0.01 | 0.25 | 0 | 0.23 | 298.78 | 0.3 | 0.68 |
| Hex | C4 | 94 | C5 | 1 | 19 | 0 | 17 | 12B | 1E | 44 |
| Octal | 304 | 224 | 305 | 1 | 31 | 0 | 27 | 453 | 36 | 104 |
| Binary | 11000100 | 10010100 | 11000101 | 1 | 11001 | 0 | 10111 | 100101011 | 11110 | 1000100 |
Color Harmonies of #C494C5
Complementary color
Monochromatic Colors of #C494C5
Black with #C494C5
Text Example
Text Example
White with #C494C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C494C5; }
p { color: rgb(196,148,197); }
H1.HeaderClassName
{
color: #C494C5;
}
.AnyTagClassName
{
color: #C494C5;
}
</style>
background-color css
<style>
a { background-color: #C494C5; }
a { background-color: rgb(196,148,197); }
div.DivClassName
{
background-color: #C494C5;
}
.BgClassName
{
background-color: #C494C5;
}
</style>
border-color css
<style>
span { border-color: #C494C5; }
span { border-color: rgb(196,148,197); }
td.TdClassName
{
border-color: #C494C5;
}
.TagClassName
{
border-color: #C494C5;
}
</style>