Shades of Lilac #C388BF
Tints of Lilac #C388BF
RGB
CMYK
RGB Variations
Color information
#C388BF (or 0xC388BF) is known color: Lilac. HEX triplet: C3, 88 and BF. RGB value is (195,136,191). Sum of RGB (Red+Green+Blue) = 195+136+191=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C388BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388BF is #3C7740. Grayscale: #9F9F9F. Windows color (decimal): -3962689 or 12552387. OLE color: 12552387.
HSL color Cylindrical-coordinate representation of color #C388BF: hue angle of 304.07º 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 #C388BF is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 191 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.24 |
| HSL | 304.07º | 0.33% | 0.65% | - |
| HSV(B) | 304.07º | 0.3% | 0.76% | - |
| XYZ | 40.71 | 32.97 | 53.51 | - |
| YUV | 159.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 191 | 0 | 0.30 | 0.02 | 0.24 | 304.07 | 0.33 | 0.65 |
| Hex | C3 | 88 | BF | 0 | 1E | 2 | 18 | 130 | 21 | 41 |
| Octal | 303 | 210 | 277 | 0 | 36 | 2 | 30 | 460 | 41 | 101 |
| Binary | 11000011 | 10001000 | 10111111 | 0 | 11110 | 10 | 11000 | 100110000 | 100001 | 1000001 |
Color Harmonies of #C388BF
Complementary color
Monochromatic Colors of #C388BF
Black with #C388BF
Text Example
Text Example
White with #C388BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388BF; }
p { color: rgb(195,136,191); }
H1.HeaderClassName
{
color: #C388BF;
}
.AnyTagClassName
{
color: #C388BF;
}
</style>
background-color css
<style>
a { background-color: #C388BF; }
a { background-color: rgb(195,136,191); }
div.DivClassName
{
background-color: #C388BF;
}
.BgClassName
{
background-color: #C388BF;
}
</style>
border-color css
<style>
span { border-color: #C388BF; }
span { border-color: rgb(195,136,191); }
td.TdClassName
{
border-color: #C388BF;
}
.TagClassName
{
border-color: #C388BF;
}
</style>