Shades of Lilac #C387C3
Tints of Lilac #C387C3
RGB
CMYK
RGB Variations
Color information
#C387C3 (or 0xC387C3) is known color: Lilac. HEX triplet: C3, 87 and C3. RGB value is (195,135,195). Sum of RGB (Red+Green+Blue) = 195+135+195=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C387C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387C3 is #3C783C. Grayscale: #9F9F9F. Windows color (decimal): -3962941 or 12814275. OLE color: 12814275.
HSL color Cylindrical-coordinate representation of color #C387C3: hue angle of 300º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C387C3 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 195 | - |
| CMYK | 0 | 0.31 | 0 | 0.24 |
| HSL | 300º | 0.33% | 0.65% | - |
| HSV(B) | 300º | 0.31% | 0.76% | - |
| XYZ | 41.02 | 32.87 | 55.81 | - |
| YUV | 159.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 195 | 0 | 0.31 | 0 | 0.24 | 300 | 0.33 | 0.65 |
| Hex | C3 | 87 | C3 | 0 | 1F | 0 | 18 | 12C | 21 | 41 |
| Octal | 303 | 207 | 303 | 0 | 37 | 0 | 30 | 454 | 41 | 101 |
| Binary | 11000011 | 10000111 | 11000011 | 0 | 11111 | 0 | 11000 | 100101100 | 100001 | 1000001 |
Color Harmonies of #C387C3
Complementary color
Monochromatic Colors of #C387C3
Black with #C387C3
Text Example
Text Example
White with #C387C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387C3; }
p { color: rgb(195,135,195); }
H1.HeaderClassName
{
color: #C387C3;
}
.AnyTagClassName
{
color: #C387C3;
}
</style>
background-color css
<style>
a { background-color: #C387C3; }
a { background-color: rgb(195,135,195); }
div.DivClassName
{
background-color: #C387C3;
}
.BgClassName
{
background-color: #C387C3;
}
</style>
border-color css
<style>
span { border-color: #C387C3; }
span { border-color: rgb(195,135,195); }
td.TdClassName
{
border-color: #C387C3;
}
.TagClassName
{
border-color: #C387C3;
}
</style>