Shades of Lilac #C380C0
Tints of Lilac #C380C0
RGB
CMYK
RGB Variations
Color information
#C380C0 (or 0xC380C0) is known color: Lilac. HEX triplet: C3, 80 and C0. RGB value is (195,128,192). Sum of RGB (Red+Green+Blue) = 195+128+192=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C380C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380C0 is #3C7F3F. Grayscale: #9B9B9B. Windows color (decimal): -3964736 or 12615875. OLE color: 12615875.
HSL color Cylindrical-coordinate representation of color #C380C0: hue angle of 302.69º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C380C0 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 192 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.24 |
| HSL | 302.69º | 0.36% | 0.63% | - |
| HSV(B) | 302.69º | 0.34% | 0.76% | - |
| XYZ | 39.74 | 30.85 | 53.73 | - |
| YUV | 155.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 192 | 0 | 0.34 | 0.02 | 0.24 | 302.69 | 0.36 | 0.63 |
| Hex | C3 | 80 | C0 | 0 | 22 | 2 | 18 | 12F | 24 | 3F |
| Octal | 303 | 200 | 300 | 0 | 42 | 2 | 30 | 457 | 44 | 77 |
| Binary | 11000011 | 10000000 | 11000000 | 0 | 100010 | 10 | 11000 | 100101111 | 100100 | 111111 |
Color Harmonies of #C380C0
Complementary color
Monochromatic Colors of #C380C0
Black with #C380C0
Text Example
Text Example
White with #C380C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380C0; }
p { color: rgb(195,128,192); }
H1.HeaderClassName
{
color: #C380C0;
}
.AnyTagClassName
{
color: #C380C0;
}
</style>
background-color css
<style>
a { background-color: #C380C0; }
a { background-color: rgb(195,128,192); }
div.DivClassName
{
background-color: #C380C0;
}
.BgClassName
{
background-color: #C380C0;
}
</style>
border-color css
<style>
span { border-color: #C380C0; }
span { border-color: rgb(195,128,192); }
td.TdClassName
{
border-color: #C380C0;
}
.TagClassName
{
border-color: #C380C0;
}
</style>