Shades of Lilac #C18CC3
Tints of Lilac #C18CC3
RGB
CMYK
RGB Variations
Color information
#C18CC3 (or 0xC18CC3) is known color: Lilac. HEX triplet: C1, 8C and C3. RGB value is (193,140,195). Sum of RGB (Red+Green+Blue) = 193+140+195=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 195 - color contains mainly: blue. Hex color #C18CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CC3 is #3E733C. Grayscale: #A1A1A1. Windows color (decimal): -4092733 or 12815553. OLE color: 12815553.
HSL color Cylindrical-coordinate representation of color #C18CC3: hue angle of 297.82º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C18CC3 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 195 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.24 |
| HSL | 297.82º | 0.31% | 0.66% | - |
| HSV(B) | 297.82º | 0.28% | 0.76% | - |
| XYZ | 41.22 | 34.03 | 56.03 | - |
| YUV | 162.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 195 | 0.01 | 0.28 | 0 | 0.24 | 297.82 | 0.31 | 0.66 |
| Hex | C1 | 8C | C3 | 1 | 1C | 0 | 18 | 12A | 1F | 42 |
| Octal | 301 | 214 | 303 | 1 | 34 | 0 | 30 | 452 | 37 | 102 |
| Binary | 11000001 | 10001100 | 11000011 | 1 | 11100 | 0 | 11000 | 100101010 | 11111 | 1000010 |
Color Harmonies of #C18CC3
Complementary color
Monochromatic Colors of #C18CC3
Black with #C18CC3
Text Example
Text Example
White with #C18CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CC3; }
p { color: rgb(193,140,195); }
H1.HeaderClassName
{
color: #C18CC3;
}
.AnyTagClassName
{
color: #C18CC3;
}
</style>
background-color css
<style>
a { background-color: #C18CC3; }
a { background-color: rgb(193,140,195); }
div.DivClassName
{
background-color: #C18CC3;
}
.BgClassName
{
background-color: #C18CC3;
}
</style>
border-color css
<style>
span { border-color: #C18CC3; }
span { border-color: rgb(193,140,195); }
td.TdClassName
{
border-color: #C18CC3;
}
.TagClassName
{
border-color: #C18CC3;
}
</style>