Shades of Lilac #C3A7C5
Tints of Lilac #C3A7C5
RGB
CMYK
RGB Variations
Color information
#C3A7C5 (or 0xC3A7C5) is known color: Lilac. HEX triplet: C3, A7 and C5. RGB value is (195,167,197). Sum of RGB (Red+Green+Blue) = 195+167+197=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #C3A7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A7C5 is #3C583A. Grayscale: #B2B2B2. Windows color (decimal): -3954747 or 12953539. OLE color: 12953539.
HSL color Cylindrical-coordinate representation of color #C3A7C5: hue angle of 296º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A7C5 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 167 | 197 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.23 |
| HSL | 296º | 0.21% | 0.71% | - |
| HSV(B) | 296º | 0.15% | 0.77% | - |
| XYZ | 46.4 | 43.27 | 58.73 | - |
| YUV | 178.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 197 | 0.01 | 0.15 | 0 | 0.23 | 296 | 0.21 | 0.71 |
| Hex | C3 | A7 | C5 | 1 | F | 0 | 17 | 128 | 15 | 47 |
| Octal | 303 | 247 | 305 | 1 | 17 | 0 | 27 | 450 | 25 | 107 |
| Binary | 11000011 | 10100111 | 11000101 | 1 | 1111 | 0 | 10111 | 100101000 | 10101 | 1000111 |
Color Harmonies of #C3A7C5
Complementary color
Monochromatic Colors of #C3A7C5
Black with #C3A7C5
Text Example
Text Example
White with #C3A7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A7C5; }
p { color: rgb(195,167,197); }
H1.HeaderClassName
{
color: #C3A7C5;
}
.AnyTagClassName
{
color: #C3A7C5;
}
</style>
background-color css
<style>
a { background-color: #C3A7C5; }
a { background-color: rgb(195,167,197); }
div.DivClassName
{
background-color: #C3A7C5;
}
.BgClassName
{
background-color: #C3A7C5;
}
</style>
border-color css
<style>
span { border-color: #C3A7C5; }
span { border-color: rgb(195,167,197); }
td.TdClassName
{
border-color: #C3A7C5;
}
.TagClassName
{
border-color: #C3A7C5;
}
</style>