Shades of Lilac #C388BD
Tints of Lilac #C388BD
RGB
CMYK
RGB Variations
Color information
#C388BD (or 0xC388BD) is known color: Lilac. HEX triplet: C3, 88 and BD. RGB value is (195,136,189). Sum of RGB (Red+Green+Blue) = 195+136+189=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C388BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388BD is #3C7742. Grayscale: #9F9F9F. Windows color (decimal): -3962691 or 12421315. OLE color: 12421315.
HSL color Cylindrical-coordinate representation of color #C388BD: hue angle of 306.1º 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 #C388BD is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 189 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.24 |
| HSL | 306.1º | 0.33% | 0.65% | - |
| HSV(B) | 306.1º | 0.3% | 0.76% | - |
| XYZ | 40.5 | 32.88 | 52.36 | - |
| YUV | 159.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 189 | 0 | 0.30 | 0.03 | 0.24 | 306.1 | 0.33 | 0.65 |
| Hex | C3 | 88 | BD | 0 | 1E | 3 | 18 | 132 | 21 | 41 |
| Octal | 303 | 210 | 275 | 0 | 36 | 3 | 30 | 462 | 41 | 101 |
| Binary | 11000011 | 10001000 | 10111101 | 0 | 11110 | 11 | 11000 | 100110010 | 100001 | 1000001 |
Color Harmonies of #C388BD
Complementary color
Monochromatic Colors of #C388BD
Black with #C388BD
Text Example
Text Example
White with #C388BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388BD; }
p { color: rgb(195,136,189); }
H1.HeaderClassName
{
color: #C388BD;
}
.AnyTagClassName
{
color: #C388BD;
}
</style>
background-color css
<style>
a { background-color: #C388BD; }
a { background-color: rgb(195,136,189); }
div.DivClassName
{
background-color: #C388BD;
}
.BgClassName
{
background-color: #C388BD;
}
</style>
border-color css
<style>
span { border-color: #C388BD; }
span { border-color: rgb(195,136,189); }
td.TdClassName
{
border-color: #C388BD;
}
.TagClassName
{
border-color: #C388BD;
}
</style>