Shades of Lilac #C18CCC
Tints of Lilac #C18CCC
RGB
CMYK
RGB Variations
Color information
#C18CCC (or 0xC18CCC) is known color: Lilac. HEX triplet: C1, 8C and CC. RGB value is (193,140,204). Sum of RGB (Red+Green+Blue) = 193+140+204=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #C18CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CCC is #3E7333. Grayscale: #A2A2A2. Windows color (decimal): -4092724 or 13405377. OLE color: 13405377.
HSL color Cylindrical-coordinate representation of color #C18CCC: hue angle of 289.69º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18CCC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 140 | 204 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.2 |
| HSL | 289.69º | 0.39% | 0.67% | - |
| HSV(B) | 289.69º | 0.31% | 0.8% | - |
| XYZ | 42.27 | 34.45 | 61.55 | - |
| YUV | 163.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 204 | 0.05 | 0.31 | 0 | 0.2 | 289.69 | 0.39 | 0.67 |
| Hex | C1 | 8C | CC | 5 | 1F | 0 | 14 | 122 | 27 | 43 |
| Octal | 301 | 214 | 314 | 5 | 37 | 0 | 24 | 442 | 47 | 103 |
| Binary | 11000001 | 10001100 | 11001100 | 101 | 11111 | 0 | 10100 | 100100010 | 100111 | 1000011 |
Color Harmonies of #C18CCC
Complementary color
Monochromatic Colors of #C18CCC
Black with #C18CCC
Text Example
Text Example
White with #C18CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CCC; }
p { color: rgb(193,140,204); }
H1.HeaderClassName
{
color: #C18CCC;
}
.AnyTagClassName
{
color: #C18CCC;
}
</style>
background-color css
<style>
a { background-color: #C18CCC; }
a { background-color: rgb(193,140,204); }
div.DivClassName
{
background-color: #C18CCC;
}
.BgClassName
{
background-color: #C18CCC;
}
</style>
border-color css
<style>
span { border-color: #C18CCC; }
span { border-color: rgb(193,140,204); }
td.TdClassName
{
border-color: #C18CCC;
}
.TagClassName
{
border-color: #C18CCC;
}
</style>