Shades of Lilac #C69AC1
Tints of Lilac #C69AC1
RGB
CMYK
RGB Variations
Color information
#C69AC1 (or 0xC69AC1) is known color: Lilac. HEX triplet: C6, 9A and C1. RGB value is (198,154,193). Sum of RGB (Red+Green+Blue) = 198+154+193=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AC1 is #39653E. Grayscale: #ABABAB. Windows color (decimal): -3761471 or 12688070. OLE color: 12688070.
HSL color Cylindrical-coordinate representation of color #C69AC1: hue angle of 306.82º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69AC1 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 193 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.22 |
| HSL | 306.82º | 0.28% | 0.69% | - |
| HSV(B) | 306.82º | 0.22% | 0.78% | - |
| XYZ | 44.47 | 38.97 | 55.63 | - |
| YUV | 171.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 193 | 0 | 0.22 | 0.03 | 0.22 | 306.82 | 0.28 | 0.69 |
| Hex | C6 | 9A | C1 | 0 | 16 | 3 | 16 | 133 | 1C | 45 |
| Octal | 306 | 232 | 301 | 0 | 26 | 3 | 26 | 463 | 34 | 105 |
| Binary | 11000110 | 10011010 | 11000001 | 0 | 10110 | 11 | 10110 | 100110011 | 11100 | 1000101 |
Color Harmonies of #C69AC1
Complementary color
Monochromatic Colors of #C69AC1
Black with #C69AC1
Text Example
Text Example
White with #C69AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69AC1; }
p { color: rgb(198,154,193); }
H1.HeaderClassName
{
color: #C69AC1;
}
.AnyTagClassName
{
color: #C69AC1;
}
</style>
background-color css
<style>
a { background-color: #C69AC1; }
a { background-color: rgb(198,154,193); }
div.DivClassName
{
background-color: #C69AC1;
}
.BgClassName
{
background-color: #C69AC1;
}
</style>
border-color css
<style>
span { border-color: #C69AC1; }
span { border-color: rgb(198,154,193); }
td.TdClassName
{
border-color: #C69AC1;
}
.TagClassName
{
border-color: #C69AC1;
}
</style>