Shades of Lilac #C395BC
Tints of Lilac #C395BC
RGB
CMYK
RGB Variations
Color information
#C395BC (or 0xC395BC) is known color: Lilac. HEX triplet: C3, 95 and BC. RGB value is (195,149,188). Sum of RGB (Red+Green+Blue) = 195+149+188=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C395BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395BC is #3C6A43. Grayscale: #A7A7A7. Windows color (decimal): -3959364 or 12359107. OLE color: 12359107.
HSL color Cylindrical-coordinate representation of color #C395BC: hue angle of 309.13º 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 #C395BC is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 188 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.24 |
| HSL | 309.13º | 0.28% | 0.67% | - |
| HSV(B) | 309.13º | 0.24% | 0.76% | - |
| XYZ | 42.33 | 36.73 | 52.44 | - |
| YUV | 167.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 188 | 0 | 0.24 | 0.04 | 0.24 | 309.13 | 0.28 | 0.67 |
| Hex | C3 | 95 | BC | 0 | 18 | 4 | 18 | 135 | 1C | 43 |
| Octal | 303 | 225 | 274 | 0 | 30 | 4 | 30 | 465 | 34 | 103 |
| Binary | 11000011 | 10010101 | 10111100 | 0 | 11000 | 100 | 11000 | 100110101 | 11100 | 1000011 |
Color Harmonies of #C395BC
Complementary color
Monochromatic Colors of #C395BC
Black with #C395BC
Text Example
Text Example
White with #C395BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395BC; }
p { color: rgb(195,149,188); }
H1.HeaderClassName
{
color: #C395BC;
}
.AnyTagClassName
{
color: #C395BC;
}
</style>
background-color css
<style>
a { background-color: #C395BC; }
a { background-color: rgb(195,149,188); }
div.DivClassName
{
background-color: #C395BC;
}
.BgClassName
{
background-color: #C395BC;
}
</style>
border-color css
<style>
span { border-color: #C395BC; }
span { border-color: rgb(195,149,188); }
td.TdClassName
{
border-color: #C395BC;
}
.TagClassName
{
border-color: #C395BC;
}
</style>