Shades of Lilac #C38CC3
Tints of Lilac #C38CC3
RGB
CMYK
RGB Variations
Color information
#C38CC3 (or 0xC38CC3) is known color: Lilac. HEX triplet: C3, 8C and C3. RGB value is (195,140,195). Sum of RGB (Red+Green+Blue) = 195+140+195=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C38CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CC3 is #3C733C. Grayscale: #A2A2A2. Windows color (decimal): -3961661 or 12815555. OLE color: 12815555.
HSL color Cylindrical-coordinate representation of color #C38CC3: hue angle of 300º 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 #C38CC3 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 195 | - |
| CMYK | 0 | 0.28 | 0 | 0.24 |
| HSL | 300º | 0.31% | 0.66% | - |
| HSV(B) | 300º | 0.28% | 0.76% | - |
| XYZ | 41.73 | 34.3 | 56.05 | - |
| YUV | 162.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 195 | 0 | 0.28 | 0 | 0.24 | 300 | 0.31 | 0.66 |
| Hex | C3 | 8C | C3 | 0 | 1C | 0 | 18 | 12C | 1F | 42 |
| Octal | 303 | 214 | 303 | 0 | 34 | 0 | 30 | 454 | 37 | 102 |
| Binary | 11000011 | 10001100 | 11000011 | 0 | 11100 | 0 | 11000 | 100101100 | 11111 | 1000010 |
Color Harmonies of #C38CC3
Complementary color
Monochromatic Colors of #C38CC3
Black with #C38CC3
Text Example
Text Example
White with #C38CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CC3; }
p { color: rgb(195,140,195); }
H1.HeaderClassName
{
color: #C38CC3;
}
.AnyTagClassName
{
color: #C38CC3;
}
</style>
background-color css
<style>
a { background-color: #C38CC3; }
a { background-color: rgb(195,140,195); }
div.DivClassName
{
background-color: #C38CC3;
}
.BgClassName
{
background-color: #C38CC3;
}
</style>
border-color css
<style>
span { border-color: #C38CC3; }
span { border-color: rgb(195,140,195); }
td.TdClassName
{
border-color: #C38CC3;
}
.TagClassName
{
border-color: #C38CC3;
}
</style>