Shades of Lilac #C395C0
Tints of Lilac #C395C0
RGB
CMYK
RGB Variations
Color information
#C395C0 (or 0xC395C0) is known color: Lilac. HEX triplet: C3, 95 and C0. RGB value is (195,149,192). Sum of RGB (Red+Green+Blue) = 195+149+192=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C395C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395C0 is #3C6A3F. Grayscale: #A7A7A7. Windows color (decimal): -3959360 or 12621251. OLE color: 12621251.
HSL color Cylindrical-coordinate representation of color #C395C0: hue angle of 303.91º 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 #C395C0 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 192 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.24 |
| HSL | 303.91º | 0.28% | 0.67% | - |
| HSV(B) | 303.91º | 0.24% | 0.76% | - |
| XYZ | 42.77 | 36.9 | 54.74 | - |
| YUV | 167.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 192 | 0 | 0.24 | 0.02 | 0.24 | 303.91 | 0.28 | 0.67 |
| Hex | C3 | 95 | C0 | 0 | 18 | 2 | 18 | 130 | 1C | 43 |
| Octal | 303 | 225 | 300 | 0 | 30 | 2 | 30 | 460 | 34 | 103 |
| Binary | 11000011 | 10010101 | 11000000 | 0 | 11000 | 10 | 11000 | 100110000 | 11100 | 1000011 |
Color Harmonies of #C395C0
Complementary color
Monochromatic Colors of #C395C0
Black with #C395C0
Text Example
Text Example
White with #C395C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395C0; }
p { color: rgb(195,149,192); }
H1.HeaderClassName
{
color: #C395C0;
}
.AnyTagClassName
{
color: #C395C0;
}
</style>
background-color css
<style>
a { background-color: #C395C0; }
a { background-color: rgb(195,149,192); }
div.DivClassName
{
background-color: #C395C0;
}
.BgClassName
{
background-color: #C395C0;
}
</style>
border-color css
<style>
span { border-color: #C395C0; }
span { border-color: rgb(195,149,192); }
td.TdClassName
{
border-color: #C395C0;
}
.TagClassName
{
border-color: #C395C0;
}
</style>