Shades of Lilac #C395C1
Tints of Lilac #C395C1
RGB
CMYK
RGB Variations
Color information
#C395C1 (or 0xC395C1) is known color: Lilac. HEX triplet: C3, 95 and C1. RGB value is (195,149,193). Sum of RGB (Red+Green+Blue) = 195+149+193=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 195 - color contains mainly: red. Hex color #C395C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395C1 is #3C6A3E. Grayscale: #A7A7A7. Windows color (decimal): -3959359 or 12686787. OLE color: 12686787.
HSL color Cylindrical-coordinate representation of color #C395C1: hue angle of 302.61º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C395C1 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 193 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.24 |
| HSL | 302.61º | 0.28% | 0.67% | - |
| HSV(B) | 302.61º | 0.24% | 0.76% | - |
| XYZ | 42.88 | 36.95 | 55.32 | - |
| YUV | 167.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 193 | 0 | 0.24 | 0.01 | 0.24 | 302.61 | 0.28 | 0.67 |
| Hex | C3 | 95 | C1 | 0 | 18 | 1 | 18 | 12F | 1C | 43 |
| Octal | 303 | 225 | 301 | 0 | 30 | 1 | 30 | 457 | 34 | 103 |
| Binary | 11000011 | 10010101 | 11000001 | 0 | 11000 | 1 | 11000 | 100101111 | 11100 | 1000011 |
Color Harmonies of #C395C1
Complementary color
Monochromatic Colors of #C395C1
Black with #C395C1
Text Example
Text Example
White with #C395C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395C1; }
p { color: rgb(195,149,193); }
H1.HeaderClassName
{
color: #C395C1;
}
.AnyTagClassName
{
color: #C395C1;
}
</style>
background-color css
<style>
a { background-color: #C395C1; }
a { background-color: rgb(195,149,193); }
div.DivClassName
{
background-color: #C395C1;
}
.BgClassName
{
background-color: #C395C1;
}
</style>
border-color css
<style>
span { border-color: #C395C1; }
span { border-color: rgb(195,149,193); }
td.TdClassName
{
border-color: #C395C1;
}
.TagClassName
{
border-color: #C395C1;
}
</style>