Shades of Lilac #C38CC2
Tints of Lilac #C38CC2
RGB
CMYK
RGB Variations
Color information
#C38CC2 (or 0xC38CC2) is known color: Lilac. HEX triplet: C3, 8C and C2. RGB value is (195,140,194). Sum of RGB (Red+Green+Blue) = 195+140+194=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CC2 is #3C733D. Grayscale: #A2A2A2. Windows color (decimal): -3961662 or 12750019. OLE color: 12750019.
HSL color Cylindrical-coordinate representation of color #C38CC2: hue angle of 301.09º 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 #C38CC2 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 194 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.24 |
| HSL | 301.09º | 0.31% | 0.66% | - |
| HSV(B) | 301.09º | 0.28% | 0.76% | - |
| XYZ | 41.62 | 34.25 | 55.46 | - |
| YUV | 162.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 194 | 0 | 0.28 | 0.01 | 0.24 | 301.09 | 0.31 | 0.66 |
| Hex | C3 | 8C | C2 | 0 | 1C | 1 | 18 | 12D | 1F | 42 |
| Octal | 303 | 214 | 302 | 0 | 34 | 1 | 30 | 455 | 37 | 102 |
| Binary | 11000011 | 10001100 | 11000010 | 0 | 11100 | 1 | 11000 | 100101101 | 11111 | 1000010 |
Color Harmonies of #C38CC2
Complementary color
Monochromatic Colors of #C38CC2
Black with #C38CC2
Text Example
Text Example
White with #C38CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CC2; }
p { color: rgb(195,140,194); }
H1.HeaderClassName
{
color: #C38CC2;
}
.AnyTagClassName
{
color: #C38CC2;
}
</style>
background-color css
<style>
a { background-color: #C38CC2; }
a { background-color: rgb(195,140,194); }
div.DivClassName
{
background-color: #C38CC2;
}
.BgClassName
{
background-color: #C38CC2;
}
</style>
border-color css
<style>
span { border-color: #C38CC2; }
span { border-color: rgb(195,140,194); }
td.TdClassName
{
border-color: #C38CC2;
}
.TagClassName
{
border-color: #C38CC2;
}
</style>