Shades of Lilac #C18FC8
Tints of Lilac #C18FC8
RGB
CMYK
RGB Variations
Color information
#C18FC8 (or 0xC18FC8) is known color: Lilac. HEX triplet: C1, 8F and C8. RGB value is (193,143,200). Sum of RGB (Red+Green+Blue) = 193+143+200=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 200 - color contains mainly: blue. Hex color #C18FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FC8 is #3E7037. Grayscale: #A4A4A4. Windows color (decimal): -4091960 or 13144001. OLE color: 13144001.
HSL color Cylindrical-coordinate representation of color #C18FC8: hue angle of 292.63º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C18FC8 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 143 | 200 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.22 |
| HSL | 292.63º | 0.34% | 0.67% | - |
| HSV(B) | 292.63º | 0.29% | 0.78% | - |
| XYZ | 42.24 | 35.15 | 59.2 | - |
| YUV | 164.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 200 | 0.04 | 0.28 | 0 | 0.22 | 292.63 | 0.34 | 0.67 |
| Hex | C1 | 8F | C8 | 4 | 1C | 0 | 16 | 125 | 22 | 43 |
| Octal | 301 | 217 | 310 | 4 | 34 | 0 | 26 | 445 | 42 | 103 |
| Binary | 11000001 | 10001111 | 11001000 | 100 | 11100 | 0 | 10110 | 100100101 | 100010 | 1000011 |
Color Harmonies of #C18FC8
Complementary color
Monochromatic Colors of #C18FC8
Black with #C18FC8
Text Example
Text Example
White with #C18FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FC8; }
p { color: rgb(193,143,200); }
H1.HeaderClassName
{
color: #C18FC8;
}
.AnyTagClassName
{
color: #C18FC8;
}
</style>
background-color css
<style>
a { background-color: #C18FC8; }
a { background-color: rgb(193,143,200); }
div.DivClassName
{
background-color: #C18FC8;
}
.BgClassName
{
background-color: #C18FC8;
}
</style>
border-color css
<style>
span { border-color: #C18FC8; }
span { border-color: rgb(193,143,200); }
td.TdClassName
{
border-color: #C18FC8;
}
.TagClassName
{
border-color: #C18FC8;
}
</style>