Shades of Lilac #C194CC
Tints of Lilac #C194CC
RGB
CMYK
RGB Variations
Color information
#C194CC (or 0xC194CC) is known color: Lilac. HEX triplet: C1, 94 and CC. RGB value is (193,148,204). Sum of RGB (Red+Green+Blue) = 193+148+204=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #C194CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194CC is #3E6B33. Grayscale: #A7A7A7. Windows color (decimal): -4090676 or 13407425. OLE color: 13407425.
HSL color Cylindrical-coordinate representation of color #C194CC: hue angle of 288.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C194CC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 148 | 204 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.2 |
| HSL | 288.21º | 0.35% | 0.69% | - |
| HSV(B) | 288.21º | 0.27% | 0.8% | - |
| XYZ | 43.48 | 36.88 | 61.95 | - |
| YUV | 167.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 204 | 0.05 | 0.27 | 0 | 0.2 | 288.21 | 0.35 | 0.69 |
| Hex | C1 | 94 | CC | 5 | 1B | 0 | 14 | 120 | 23 | 45 |
| Octal | 301 | 224 | 314 | 5 | 33 | 0 | 24 | 440 | 43 | 105 |
| Binary | 11000001 | 10010100 | 11001100 | 101 | 11011 | 0 | 10100 | 100100000 | 100011 | 1000101 |
Color Harmonies of #C194CC
Complementary color
Monochromatic Colors of #C194CC
Black with #C194CC
Text Example
Text Example
White with #C194CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C194CC; }
p { color: rgb(193,148,204); }
H1.HeaderClassName
{
color: #C194CC;
}
.AnyTagClassName
{
color: #C194CC;
}
</style>
background-color css
<style>
a { background-color: #C194CC; }
a { background-color: rgb(193,148,204); }
div.DivClassName
{
background-color: #C194CC;
}
.BgClassName
{
background-color: #C194CC;
}
</style>
border-color css
<style>
span { border-color: #C194CC; }
span { border-color: rgb(193,148,204); }
td.TdClassName
{
border-color: #C194CC;
}
.TagClassName
{
border-color: #C194CC;
}
</style>