Shades of Lilac #C1A5C4
Tints of Lilac #C1A5C4
RGB
CMYK
RGB Variations
Color information
#C1A5C4 (or 0xC1A5C4) is known color: Lilac. HEX triplet: C1, A5 and C4. RGB value is (193,165,196). Sum of RGB (Red+Green+Blue) = 193+165+196=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 196 - color contains mainly: blue. Hex color #C1A5C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A5C4 is #3E5A3B. Grayscale: #B0B0B0. Windows color (decimal): -4086332 or 12887489. OLE color: 12887489.
HSL color Cylindrical-coordinate representation of color #C1A5C4: hue angle of 294.19º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1A5C4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 165 | 196 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.23 |
| HSL | 294.19º | 0.21% | 0.71% | - |
| HSV(B) | 294.19º | 0.16% | 0.77% | - |
| XYZ | 45.41 | 42.23 | 57.98 | - |
| YUV | 176.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 165 | 196 | 0.02 | 0.16 | 0 | 0.23 | 294.19 | 0.21 | 0.71 |
| Hex | C1 | A5 | C4 | 2 | 10 | 0 | 17 | 126 | 15 | 47 |
| Octal | 301 | 245 | 304 | 2 | 20 | 0 | 27 | 446 | 25 | 107 |
| Binary | 11000001 | 10100101 | 11000100 | 10 | 10000 | 0 | 10111 | 100100110 | 10101 | 1000111 |
Color Harmonies of #C1A5C4
Complementary color
Monochromatic Colors of #C1A5C4
Black with #C1A5C4
Text Example
Text Example
White with #C1A5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A5C4; }
p { color: rgb(193,165,196); }
H1.HeaderClassName
{
color: #C1A5C4;
}
.AnyTagClassName
{
color: #C1A5C4;
}
</style>
background-color css
<style>
a { background-color: #C1A5C4; }
a { background-color: rgb(193,165,196); }
div.DivClassName
{
background-color: #C1A5C4;
}
.BgClassName
{
background-color: #C1A5C4;
}
</style>
border-color css
<style>
span { border-color: #C1A5C4; }
span { border-color: rgb(193,165,196); }
td.TdClassName
{
border-color: #C1A5C4;
}
.TagClassName
{
border-color: #C1A5C4;
}
</style>