Shades of Lilac #C395BF
Tints of Lilac #C395BF
RGB
CMYK
RGB Variations
Color information
#C395BF (or 0xC395BF) is known color: Lilac. HEX triplet: C3, 95 and BF. RGB value is (195,149,191). Sum of RGB (Red+Green+Blue) = 195+149+191=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C395BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395BF is #3C6A40. Grayscale: #A7A7A7. Windows color (decimal): -3959361 or 12555715. OLE color: 12555715.
HSL color Cylindrical-coordinate representation of color #C395BF: hue angle of 305.22º 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 #C395BF is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 191 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.24 |
| HSL | 305.22º | 0.28% | 0.67% | - |
| HSV(B) | 305.22º | 0.24% | 0.76% | - |
| XYZ | 42.66 | 36.86 | 54.16 | - |
| YUV | 167.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 191 | 0 | 0.24 | 0.02 | 0.24 | 305.22 | 0.28 | 0.67 |
| Hex | C3 | 95 | BF | 0 | 18 | 2 | 18 | 131 | 1C | 43 |
| Octal | 303 | 225 | 277 | 0 | 30 | 2 | 30 | 461 | 34 | 103 |
| Binary | 11000011 | 10010101 | 10111111 | 0 | 11000 | 10 | 11000 | 100110001 | 11100 | 1000011 |
Color Harmonies of #C395BF
Complementary color
Monochromatic Colors of #C395BF
Black with #C395BF
Text Example
Text Example
White with #C395BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395BF; }
p { color: rgb(195,149,191); }
H1.HeaderClassName
{
color: #C395BF;
}
.AnyTagClassName
{
color: #C395BF;
}
</style>
background-color css
<style>
a { background-color: #C395BF; }
a { background-color: rgb(195,149,191); }
div.DivClassName
{
background-color: #C395BF;
}
.BgClassName
{
background-color: #C395BF;
}
</style>
border-color css
<style>
span { border-color: #C395BF; }
span { border-color: rgb(195,149,191); }
td.TdClassName
{
border-color: #C395BF;
}
.TagClassName
{
border-color: #C395BF;
}
</style>