Shades of Lilac #C18FCA
Tints of Lilac #C18FCA
RGB
CMYK
RGB Variations
Color information
#C18FCA (or 0xC18FCA) is known color: Lilac. HEX triplet: C1, 8F and CA. RGB value is (193,143,202). Sum of RGB (Red+Green+Blue) = 193+143+202=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #C18FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FCA is #3E7035. Grayscale: #A4A4A4. Windows color (decimal): -4091958 or 13275073. OLE color: 13275073.
HSL color Cylindrical-coordinate representation of color #C18FCA: hue angle of 290.85º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C18FCA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 143 | 202 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.21 |
| HSL | 290.85º | 0.36% | 0.68% | - |
| HSV(B) | 290.85º | 0.29% | 0.79% | - |
| XYZ | 42.48 | 35.25 | 60.44 | - |
| YUV | 164.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 202 | 0.04 | 0.29 | 0 | 0.21 | 290.85 | 0.36 | 0.68 |
| Hex | C1 | 8F | CA | 4 | 1D | 0 | 15 | 123 | 24 | 44 |
| Octal | 301 | 217 | 312 | 4 | 35 | 0 | 25 | 443 | 44 | 104 |
| Binary | 11000001 | 10001111 | 11001010 | 100 | 11101 | 0 | 10101 | 100100011 | 100100 | 1000100 |
Color Harmonies of #C18FCA
Complementary color
Monochromatic Colors of #C18FCA
Black with #C18FCA
Text Example
Text Example
White with #C18FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FCA; }
p { color: rgb(193,143,202); }
H1.HeaderClassName
{
color: #C18FCA;
}
.AnyTagClassName
{
color: #C18FCA;
}
</style>
background-color css
<style>
a { background-color: #C18FCA; }
a { background-color: rgb(193,143,202); }
div.DivClassName
{
background-color: #C18FCA;
}
.BgClassName
{
background-color: #C18FCA;
}
</style>
border-color css
<style>
span { border-color: #C18FCA; }
span { border-color: rgb(193,143,202); }
td.TdClassName
{
border-color: #C18FCA;
}
.TagClassName
{
border-color: #C18FCA;
}
</style>