Shades of Lilac #C3A8C6
Tints of Lilac #C3A8C6
RGB
CMYK
RGB Variations
Color information
#C3A8C6 (or 0xC3A8C6) is known color: Lilac. HEX triplet: C3, A8 and C6. RGB value is (195,168,198). Sum of RGB (Red+Green+Blue) = 195+168+198=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #C3A8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A8C6 is #3C5739. Grayscale: #B3B3B3. Windows color (decimal): -3954490 or 13019331. OLE color: 13019331.
HSL color Cylindrical-coordinate representation of color #C3A8C6: hue angle of 294º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A8C6 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 168 | 198 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.22 |
| HSL | 294º | 0.21% | 0.72% | - |
| HSV(B) | 294º | 0.15% | 0.78% | - |
| XYZ | 46.7 | 43.68 | 59.4 | - |
| YUV | 179.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 198 | 0.02 | 0.15 | 0 | 0.22 | 294 | 0.21 | 0.72 |
| Hex | C3 | A8 | C6 | 2 | F | 0 | 16 | 126 | 15 | 48 |
| Octal | 303 | 250 | 306 | 2 | 17 | 0 | 26 | 446 | 25 | 110 |
| Binary | 11000011 | 10101000 | 11000110 | 10 | 1111 | 0 | 10110 | 100100110 | 10101 | 1001000 |
Color Harmonies of #C3A8C6
Complementary color
Monochromatic Colors of #C3A8C6
Black with #C3A8C6
Text Example
Text Example
White with #C3A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A8C6; }
p { color: rgb(195,168,198); }
H1.HeaderClassName
{
color: #C3A8C6;
}
.AnyTagClassName
{
color: #C3A8C6;
}
</style>
background-color css
<style>
a { background-color: #C3A8C6; }
a { background-color: rgb(195,168,198); }
div.DivClassName
{
background-color: #C3A8C6;
}
.BgClassName
{
background-color: #C3A8C6;
}
</style>
border-color css
<style>
span { border-color: #C3A8C6; }
span { border-color: rgb(195,168,198); }
td.TdClassName
{
border-color: #C3A8C6;
}
.TagClassName
{
border-color: #C3A8C6;
}
</style>