Shades of Lilac #C38AC6
Tints of Lilac #C38AC6
RGB
CMYK
RGB Variations
Color information
#C38AC6 (or 0xC38AC6) is known color: Lilac. HEX triplet: C3, 8A and C6. RGB value is (195,138,198). Sum of RGB (Red+Green+Blue) = 195+138+198=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #C38AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AC6 is #3C7539. Grayscale: #A1A1A1. Windows color (decimal): -3962170 or 13011651. OLE color: 13011651.
HSL color Cylindrical-coordinate representation of color #C38AC6: hue angle of 297º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C38AC6 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 138 | 198 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.22 |
| HSL | 297º | 0.34% | 0.66% | - |
| HSV(B) | 297º | 0.3% | 0.78% | - |
| XYZ | 41.79 | 33.86 | 57.76 | - |
| YUV | 161.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 198 | 0.02 | 0.30 | 0 | 0.22 | 297 | 0.34 | 0.66 |
| Hex | C3 | 8A | C6 | 2 | 1E | 0 | 16 | 129 | 22 | 42 |
| Octal | 303 | 212 | 306 | 2 | 36 | 0 | 26 | 451 | 42 | 102 |
| Binary | 11000011 | 10001010 | 11000110 | 10 | 11110 | 0 | 10110 | 100101001 | 100010 | 1000010 |
Color Harmonies of #C38AC6
Complementary color
Monochromatic Colors of #C38AC6
Black with #C38AC6
Text Example
Text Example
White with #C38AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AC6; }
p { color: rgb(195,138,198); }
H1.HeaderClassName
{
color: #C38AC6;
}
.AnyTagClassName
{
color: #C38AC6;
}
</style>
background-color css
<style>
a { background-color: #C38AC6; }
a { background-color: rgb(195,138,198); }
div.DivClassName
{
background-color: #C38AC6;
}
.BgClassName
{
background-color: #C38AC6;
}
</style>
border-color css
<style>
span { border-color: #C38AC6; }
span { border-color: rgb(195,138,198); }
td.TdClassName
{
border-color: #C38AC6;
}
.TagClassName
{
border-color: #C38AC6;
}
</style>