Shades of Lilac #C193C0
Tints of Lilac #C193C0
RGB
CMYK
RGB Variations
Color information
#C193C0 (or 0xC193C0) is known color: Lilac. HEX triplet: C1, 93 and C0. RGB value is (193,147,192). Sum of RGB (Red+Green+Blue) = 193+147+192=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C193C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193C0 is #3E6C3F. Grayscale: #A5A5A5. Windows color (decimal): -4090944 or 12620737. OLE color: 12620737.
HSL color Cylindrical-coordinate representation of color #C193C0: hue angle of 301.3º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C193C0 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 192 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.24 |
| HSL | 301.3º | 0.27% | 0.67% | - |
| HSV(B) | 301.3º | 0.24% | 0.76% | - |
| XYZ | 41.94 | 36.01 | 54.61 | - |
| YUV | 165.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 192 | 0 | 0.24 | 0.01 | 0.24 | 301.3 | 0.27 | 0.67 |
| Hex | C1 | 93 | C0 | 0 | 18 | 1 | 18 | 12D | 1B | 43 |
| Octal | 301 | 223 | 300 | 0 | 30 | 1 | 30 | 455 | 33 | 103 |
| Binary | 11000001 | 10010011 | 11000000 | 0 | 11000 | 1 | 11000 | 100101101 | 11011 | 1000011 |
Color Harmonies of #C193C0
Complementary color
Monochromatic Colors of #C193C0
Black with #C193C0
Text Example
Text Example
White with #C193C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C193C0; }
p { color: rgb(193,147,192); }
H1.HeaderClassName
{
color: #C193C0;
}
.AnyTagClassName
{
color: #C193C0;
}
</style>
background-color css
<style>
a { background-color: #C193C0; }
a { background-color: rgb(193,147,192); }
div.DivClassName
{
background-color: #C193C0;
}
.BgClassName
{
background-color: #C193C0;
}
</style>
border-color css
<style>
span { border-color: #C193C0; }
span { border-color: rgb(193,147,192); }
td.TdClassName
{
border-color: #C193C0;
}
.TagClassName
{
border-color: #C193C0;
}
</style>