Shades of Lilac #C388C0
Tints of Lilac #C388C0
RGB
CMYK
RGB Variations
Color information
#C388C0 (or 0xC388C0) is known color: Lilac. HEX triplet: C3, 88 and C0. RGB value is (195,136,192). Sum of RGB (Red+Green+Blue) = 195+136+192=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C388C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388C0 is #3C773F. Grayscale: #9F9F9F. Windows color (decimal): -3962688 or 12617923. OLE color: 12617923.
HSL color Cylindrical-coordinate representation of color #C388C0: hue angle of 303.05º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C388C0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 192 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.24 |
| HSL | 303.05º | 0.33% | 0.65% | - |
| HSV(B) | 303.05º | 0.3% | 0.76% | - |
| XYZ | 40.82 | 33.02 | 54.09 | - |
| YUV | 160.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 192 | 0 | 0.30 | 0.02 | 0.24 | 303.05 | 0.33 | 0.65 |
| Hex | C3 | 88 | C0 | 0 | 1E | 2 | 18 | 12F | 21 | 41 |
| Octal | 303 | 210 | 300 | 0 | 36 | 2 | 30 | 457 | 41 | 101 |
| Binary | 11000011 | 10001000 | 11000000 | 0 | 11110 | 10 | 11000 | 100101111 | 100001 | 1000001 |
Color Harmonies of #C388C0
Complementary color
Monochromatic Colors of #C388C0
Black with #C388C0
Text Example
Text Example
White with #C388C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388C0; }
p { color: rgb(195,136,192); }
H1.HeaderClassName
{
color: #C388C0;
}
.AnyTagClassName
{
color: #C388C0;
}
</style>
background-color css
<style>
a { background-color: #C388C0; }
a { background-color: rgb(195,136,192); }
div.DivClassName
{
background-color: #C388C0;
}
.BgClassName
{
background-color: #C388C0;
}
</style>
border-color css
<style>
span { border-color: #C388C0; }
span { border-color: rgb(195,136,192); }
td.TdClassName
{
border-color: #C388C0;
}
.TagClassName
{
border-color: #C388C0;
}
</style>