Shades of Lilac #C395C9
Tints of Lilac #C395C9
RGB
CMYK
RGB Variations
Color information
#C395C9 (or 0xC395C9) is known color: Lilac. HEX triplet: C3, 95 and C9. RGB value is (195,149,201). Sum of RGB (Red+Green+Blue) = 195+149+201=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 201 - color contains mainly: blue. Hex color #C395C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395C9 is #3C6A36. Grayscale: #A8A8A8. Windows color (decimal): -3959351 or 13211075. OLE color: 13211075.
HSL color Cylindrical-coordinate representation of color #C395C9: hue angle of 293.08º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C395C9 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 149 | 201 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.21 |
| HSL | 293.08º | 0.33% | 0.69% | - |
| HSV(B) | 293.08º | 0.26% | 0.79% | - |
| XYZ | 43.8 | 37.31 | 60.15 | - |
| YUV | 168.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 201 | 0.03 | 0.26 | 0 | 0.21 | 293.08 | 0.33 | 0.69 |
| Hex | C3 | 95 | C9 | 3 | 1A | 0 | 15 | 125 | 20 | 45 |
| Octal | 303 | 225 | 311 | 3 | 32 | 0 | 25 | 445 | 40 | 105 |
| Binary | 11000011 | 10010101 | 11001001 | 11 | 11010 | 0 | 10101 | 100100101 | 100000 | 1000101 |
Color Harmonies of #C395C9
Complementary color
Monochromatic Colors of #C395C9
Black with #C395C9
Text Example
Text Example
White with #C395C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395C9; }
p { color: rgb(195,149,201); }
H1.HeaderClassName
{
color: #C395C9;
}
.AnyTagClassName
{
color: #C395C9;
}
</style>
background-color css
<style>
a { background-color: #C395C9; }
a { background-color: rgb(195,149,201); }
div.DivClassName
{
background-color: #C395C9;
}
.BgClassName
{
background-color: #C395C9;
}
</style>
border-color css
<style>
span { border-color: #C395C9; }
span { border-color: rgb(195,149,201); }
td.TdClassName
{
border-color: #C395C9;
}
.TagClassName
{
border-color: #C395C9;
}
</style>