Shades of Lilac #C18FC6
Tints of Lilac #C18FC6
RGB
CMYK
RGB Variations
Color information
#C18FC6 (or 0xC18FC6) is known color: Lilac. HEX triplet: C1, 8F and C6. RGB value is (193,143,198). Sum of RGB (Red+Green+Blue) = 193+143+198=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #C18FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FC6 is #3E7039. Grayscale: #A4A4A4. Windows color (decimal): -4091962 or 13012929. OLE color: 13012929.
HSL color Cylindrical-coordinate representation of color #C18FC6: hue angle of 294.55º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C18FC6 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 143 | 198 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.22 |
| HSL | 294.55º | 0.33% | 0.67% | - |
| HSV(B) | 294.55º | 0.28% | 0.78% | - |
| XYZ | 42.01 | 35.06 | 57.98 | - |
| YUV | 164.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 198 | 0.03 | 0.28 | 0 | 0.22 | 294.55 | 0.33 | 0.67 |
| Hex | C1 | 8F | C6 | 3 | 1C | 0 | 16 | 127 | 21 | 43 |
| Octal | 301 | 217 | 306 | 3 | 34 | 0 | 26 | 447 | 41 | 103 |
| Binary | 11000001 | 10001111 | 11000110 | 11 | 11100 | 0 | 10110 | 100100111 | 100001 | 1000011 |
Color Harmonies of #C18FC6
Complementary color
Monochromatic Colors of #C18FC6
Black with #C18FC6
Text Example
Text Example
White with #C18FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FC6; }
p { color: rgb(193,143,198); }
H1.HeaderClassName
{
color: #C18FC6;
}
.AnyTagClassName
{
color: #C18FC6;
}
</style>
background-color css
<style>
a { background-color: #C18FC6; }
a { background-color: rgb(193,143,198); }
div.DivClassName
{
background-color: #C18FC6;
}
.BgClassName
{
background-color: #C18FC6;
}
</style>
border-color css
<style>
span { border-color: #C18FC6; }
span { border-color: rgb(193,143,198); }
td.TdClassName
{
border-color: #C18FC6;
}
.TagClassName
{
border-color: #C18FC6;
}
</style>