Shades of Lilac #C388CB
Tints of Lilac #C388CB
RGB
CMYK
RGB Variations
Color information
#C388CB (or 0xC388CB) is known color: Lilac. HEX triplet: C3, 88 and CB. RGB value is (195,136,203). Sum of RGB (Red+Green+Blue) = 195+136+203=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #C388CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388CB is #3C7734. Grayscale: #A1A1A1. Windows color (decimal): -3962677 or 13338819. OLE color: 13338819.
HSL color Cylindrical-coordinate representation of color #C388CB: hue angle of 292.84º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C388CB is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 136 | 203 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.20 |
| HSL | 292.84º | 0.39% | 0.66% | - |
| HSV(B) | 292.84º | 0.33% | 0.8% | - |
| XYZ | 42.09 | 33.52 | 60.75 | - |
| YUV | 161.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 203 | 0.04 | 0.33 | 0 | 0.20 | 292.84 | 0.39 | 0.66 |
| Hex | C3 | 88 | CB | 4 | 21 | 0 | 14 | 125 | 27 | 42 |
| Octal | 303 | 210 | 313 | 4 | 41 | 0 | 24 | 445 | 47 | 102 |
| Binary | 11000011 | 10001000 | 11001011 | 100 | 100001 | 0 | 10100 | 100100101 | 100111 | 1000010 |
Color Harmonies of #C388CB
Complementary color
Monochromatic Colors of #C388CB
Black with #C388CB
Text Example
Text Example
White with #C388CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388CB; }
p { color: rgb(195,136,203); }
H1.HeaderClassName
{
color: #C388CB;
}
.AnyTagClassName
{
color: #C388CB;
}
</style>
background-color css
<style>
a { background-color: #C388CB; }
a { background-color: rgb(195,136,203); }
div.DivClassName
{
background-color: #C388CB;
}
.BgClassName
{
background-color: #C388CB;
}
</style>
border-color css
<style>
span { border-color: #C388CB; }
span { border-color: rgb(195,136,203); }
td.TdClassName
{
border-color: #C388CB;
}
.TagClassName
{
border-color: #C388CB;
}
</style>