Shades of Lilac #C3AFC1
Tints of Lilac #C3AFC1
RGB
CMYK
RGB Variations
Color information
#C3AFC1 (or 0xC3AFC1) is known color: Lilac. HEX triplet: C3, AF and C1. RGB value is (195,175,193). Sum of RGB (Red+Green+Blue) = 195+175+193=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFC1 is #3C503E. Grayscale: #B6B6B6. Windows color (decimal): -3952703 or 12693443. OLE color: 12693443.
HSL color Cylindrical-coordinate representation of color #C3AFC1: hue angle of 306º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3AFC1 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 193 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.24 |
| HSL | 306º | 0.14% | 0.73% | - |
| HSV(B) | 306º | 0.1% | 0.76% | - |
| XYZ | 47.46 | 46.11 | 56.85 | - |
| YUV | 183.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 193 | 0 | 0.10 | 0.01 | 0.24 | 306 | 0.14 | 0.73 |
| Hex | C3 | AF | C1 | 0 | A | 1 | 18 | 132 | E | 49 |
| Octal | 303 | 257 | 301 | 0 | 12 | 1 | 30 | 462 | 16 | 111 |
| Binary | 11000011 | 10101111 | 11000001 | 0 | 1010 | 1 | 11000 | 100110010 | 1110 | 1001001 |
Color Harmonies of #C3AFC1
Complementary color
Monochromatic Colors of #C3AFC1
Black with #C3AFC1
Text Example
Text Example
White with #C3AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFC1; }
p { color: rgb(195,175,193); }
H1.HeaderClassName
{
color: #C3AFC1;
}
.AnyTagClassName
{
color: #C3AFC1;
}
</style>
background-color css
<style>
a { background-color: #C3AFC1; }
a { background-color: rgb(195,175,193); }
div.DivClassName
{
background-color: #C3AFC1;
}
.BgClassName
{
background-color: #C3AFC1;
}
</style>
border-color css
<style>
span { border-color: #C3AFC1; }
span { border-color: rgb(195,175,193); }
td.TdClassName
{
border-color: #C3AFC1;
}
.TagClassName
{
border-color: #C3AFC1;
}
</style>