Shades of Lilac #C388CD
Tints of Lilac #C388CD
RGB
CMYK
RGB Variations
Color information
#C388CD (or 0xC388CD) is known color: Lilac. HEX triplet: C3, 88 and CD. RGB value is (195,136,205). Sum of RGB (Red+Green+Blue) = 195+136+205=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #C388CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388CD is #3C7732. Grayscale: #A1A1A1. Windows color (decimal): -3962675 or 13469891. OLE color: 13469891.
HSL color Cylindrical-coordinate representation of color #C388CD: hue angle of 291.3º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C388CD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 136 | 205 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.20 |
| HSL | 291.3º | 0.41% | 0.67% | - |
| HSV(B) | 291.3º | 0.34% | 0.8% | - |
| XYZ | 42.33 | 33.62 | 62.02 | - |
| YUV | 161.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 205 | 0.05 | 0.34 | 0 | 0.20 | 291.3 | 0.41 | 0.67 |
| Hex | C3 | 88 | CD | 5 | 22 | 0 | 14 | 123 | 29 | 43 |
| Octal | 303 | 210 | 315 | 5 | 42 | 0 | 24 | 443 | 51 | 103 |
| Binary | 11000011 | 10001000 | 11001101 | 101 | 100010 | 0 | 10100 | 100100011 | 101001 | 1000011 |
Color Harmonies of #C388CD
Complementary color
Monochromatic Colors of #C388CD
Black with #C388CD
Text Example
Text Example
White with #C388CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388CD; }
p { color: rgb(195,136,205); }
H1.HeaderClassName
{
color: #C388CD;
}
.AnyTagClassName
{
color: #C388CD;
}
</style>
background-color css
<style>
a { background-color: #C388CD; }
a { background-color: rgb(195,136,205); }
div.DivClassName
{
background-color: #C388CD;
}
.BgClassName
{
background-color: #C388CD;
}
</style>
border-color css
<style>
span { border-color: #C388CD; }
span { border-color: rgb(195,136,205); }
td.TdClassName
{
border-color: #C388CD;
}
.TagClassName
{
border-color: #C388CD;
}
</style>