Shades of Lilac #C38DC1
Tints of Lilac #C38DC1
RGB
CMYK
RGB Variations
Color information
#C38DC1 (or 0xC38DC1) is known color: Lilac. HEX triplet: C3, 8D and C1. RGB value is (195,141,193). Sum of RGB (Red+Green+Blue) = 195+141+193=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DC1 is #3C723E. Grayscale: #A2A2A2. Windows color (decimal): -3961407 or 12684739. OLE color: 12684739.
HSL color Cylindrical-coordinate representation of color #C38DC1: hue angle of 302.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38DC1 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 193 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.24 |
| HSL | 302.22º | 0.31% | 0.66% | - |
| HSV(B) | 302.22º | 0.28% | 0.76% | - |
| XYZ | 41.66 | 34.5 | 54.92 | - |
| YUV | 163.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 193 | 0 | 0.28 | 0.01 | 0.24 | 302.22 | 0.31 | 0.66 |
| Hex | C3 | 8D | C1 | 0 | 1C | 1 | 18 | 12E | 1F | 42 |
| Octal | 303 | 215 | 301 | 0 | 34 | 1 | 30 | 456 | 37 | 102 |
| Binary | 11000011 | 10001101 | 11000001 | 0 | 11100 | 1 | 11000 | 100101110 | 11111 | 1000010 |
Color Harmonies of #C38DC1
Complementary color
Monochromatic Colors of #C38DC1
Black with #C38DC1
Text Example
Text Example
White with #C38DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38DC1; }
p { color: rgb(195,141,193); }
H1.HeaderClassName
{
color: #C38DC1;
}
.AnyTagClassName
{
color: #C38DC1;
}
</style>
background-color css
<style>
a { background-color: #C38DC1; }
a { background-color: rgb(195,141,193); }
div.DivClassName
{
background-color: #C38DC1;
}
.BgClassName
{
background-color: #C38DC1;
}
</style>
border-color css
<style>
span { border-color: #C38DC1; }
span { border-color: rgb(195,141,193); }
td.TdClassName
{
border-color: #C38DC1;
}
.TagClassName
{
border-color: #C38DC1;
}
</style>