Shades of Lilac #C095C4
Tints of Lilac #C095C4
RGB
CMYK
RGB Variations
Color information
#C095C4 (or 0xC095C4) is known color: Lilac. HEX triplet: C0, 95 and C4. RGB value is (192,149,196). Sum of RGB (Red+Green+Blue) = 192+149+196=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #C095C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095C4 is #3F6A3B. Grayscale: #A7A7A7. Windows color (decimal): -4155964 or 12883392. OLE color: 12883392.
HSL color Cylindrical-coordinate representation of color #C095C4: hue angle of 294.89º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C095C4 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 149 | 196 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.23 |
| HSL | 294.89º | 0.28% | 0.68% | - |
| HSV(B) | 294.89º | 0.24% | 0.77% | - |
| XYZ | 42.45 | 36.69 | 57.07 | - |
| YUV | 167.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 196 | 0.02 | 0.24 | 0 | 0.23 | 294.89 | 0.28 | 0.68 |
| Hex | C0 | 95 | C4 | 2 | 18 | 0 | 17 | 127 | 1C | 44 |
| Octal | 300 | 225 | 304 | 2 | 30 | 0 | 27 | 447 | 34 | 104 |
| Binary | 11000000 | 10010101 | 11000100 | 10 | 11000 | 0 | 10111 | 100100111 | 11100 | 1000100 |
Color Harmonies of #C095C4
Complementary color
Monochromatic Colors of #C095C4
Black with #C095C4
Text Example
Text Example
White with #C095C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095C4; }
p { color: rgb(192,149,196); }
H1.HeaderClassName
{
color: #C095C4;
}
.AnyTagClassName
{
color: #C095C4;
}
</style>
background-color css
<style>
a { background-color: #C095C4; }
a { background-color: rgb(192,149,196); }
div.DivClassName
{
background-color: #C095C4;
}
.BgClassName
{
background-color: #C095C4;
}
</style>
border-color css
<style>
span { border-color: #C095C4; }
span { border-color: rgb(192,149,196); }
td.TdClassName
{
border-color: #C095C4;
}
.TagClassName
{
border-color: #C095C4;
}
</style>