Shades of Lilac #C4AFC3
Tints of Lilac #C4AFC3
RGB
CMYK
RGB Variations
Color information
#C4AFC3 (or 0xC4AFC3) is known color: Lilac. HEX triplet: C4, AF and C3. RGB value is (196,175,195). Sum of RGB (Red+Green+Blue) = 196+175+195=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFC3 is #3B503C. Grayscale: #B7B7B7. Windows color (decimal): -3887165 or 12824516. OLE color: 12824516.
HSL color Cylindrical-coordinate representation of color #C4AFC3: hue angle of 302.86º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AFC3 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 175 | 195 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.23 |
| HSL | 302.86º | 0.15% | 0.73% | - |
| HSV(B) | 302.86º | 0.11% | 0.77% | - |
| XYZ | 47.95 | 46.34 | 58.05 | - |
| YUV | 183.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 195 | 0 | 0.11 | 0.01 | 0.23 | 302.86 | 0.15 | 0.73 |
| Hex | C4 | AF | C3 | 0 | B | 1 | 17 | 12F | F | 49 |
| Octal | 304 | 257 | 303 | 0 | 13 | 1 | 27 | 457 | 17 | 111 |
| Binary | 11000100 | 10101111 | 11000011 | 0 | 1011 | 1 | 10111 | 100101111 | 1111 | 1001001 |
Color Harmonies of #C4AFC3
Complementary color
Monochromatic Colors of #C4AFC3
Black with #C4AFC3
Text Example
Text Example
White with #C4AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFC3; }
p { color: rgb(196,175,195); }
H1.HeaderClassName
{
color: #C4AFC3;
}
.AnyTagClassName
{
color: #C4AFC3;
}
</style>
background-color css
<style>
a { background-color: #C4AFC3; }
a { background-color: rgb(196,175,195); }
div.DivClassName
{
background-color: #C4AFC3;
}
.BgClassName
{
background-color: #C4AFC3;
}
</style>
border-color css
<style>
span { border-color: #C4AFC3; }
span { border-color: rgb(196,175,195); }
td.TdClassName
{
border-color: #C4AFC3;
}
.TagClassName
{
border-color: #C4AFC3;
}
</style>