Shades of Lilac #C18FC4
Tints of Lilac #C18FC4
RGB
CMYK
RGB Variations
Color information
#C18FC4 (or 0xC18FC4) is known color: Lilac. HEX triplet: C1, 8F and C4. RGB value is (193,143,196). Sum of RGB (Red+Green+Blue) = 193+143+196=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 196 - color contains mainly: blue. Hex color #C18FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FC4 is #3E703B. Grayscale: #A3A3A3. Windows color (decimal): -4091964 or 12881857. OLE color: 12881857.
HSL color Cylindrical-coordinate representation of color #C18FC4: hue angle of 296.6º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C18FC4 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 143 | 196 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.23 |
| HSL | 296.6º | 0.31% | 0.66% | - |
| HSV(B) | 296.6º | 0.27% | 0.77% | - |
| XYZ | 41.78 | 34.97 | 56.77 | - |
| YUV | 163.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 196 | 0.02 | 0.27 | 0 | 0.23 | 296.6 | 0.31 | 0.66 |
| Hex | C1 | 8F | C4 | 2 | 1B | 0 | 17 | 129 | 1F | 42 |
| Octal | 301 | 217 | 304 | 2 | 33 | 0 | 27 | 451 | 37 | 102 |
| Binary | 11000001 | 10001111 | 11000100 | 10 | 11011 | 0 | 10111 | 100101001 | 11111 | 1000010 |
Color Harmonies of #C18FC4
Complementary color
Monochromatic Colors of #C18FC4
Black with #C18FC4
Text Example
Text Example
White with #C18FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FC4; }
p { color: rgb(193,143,196); }
H1.HeaderClassName
{
color: #C18FC4;
}
.AnyTagClassName
{
color: #C18FC4;
}
</style>
background-color css
<style>
a { background-color: #C18FC4; }
a { background-color: rgb(193,143,196); }
div.DivClassName
{
background-color: #C18FC4;
}
.BgClassName
{
background-color: #C18FC4;
}
</style>
border-color css
<style>
span { border-color: #C18FC4; }
span { border-color: rgb(193,143,196); }
td.TdClassName
{
border-color: #C18FC4;
}
.TagClassName
{
border-color: #C18FC4;
}
</style>