Shades of Lilac #C295C4
Tints of Lilac #C295C4
RGB
CMYK
RGB Variations
Color information
#C295C4 (or 0xC295C4) is known color: Lilac. HEX triplet: C2, 95 and C4. RGB value is (194,149,196). Sum of RGB (Red+Green+Blue) = 194+149+196=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 196 - color contains mainly: blue. Hex color #C295C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295C4 is #3D6A3B. Grayscale: #A7A7A7. Windows color (decimal): -4024892 or 12883394. OLE color: 12883394.
HSL color Cylindrical-coordinate representation of color #C295C4: hue angle of 297.45º 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 #C295C4 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 149 | 196 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.23 |
| HSL | 297.45º | 0.28% | 0.68% | - |
| HSV(B) | 297.45º | 0.24% | 0.77% | - |
| XYZ | 42.96 | 36.95 | 57.09 | - |
| YUV | 167.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 196 | 0.01 | 0.24 | 0 | 0.23 | 297.45 | 0.28 | 0.68 |
| Hex | C2 | 95 | C4 | 1 | 18 | 0 | 17 | 129 | 1C | 44 |
| Octal | 302 | 225 | 304 | 1 | 30 | 0 | 27 | 451 | 34 | 104 |
| Binary | 11000010 | 10010101 | 11000100 | 1 | 11000 | 0 | 10111 | 100101001 | 11100 | 1000100 |
Color Harmonies of #C295C4
Complementary color
Monochromatic Colors of #C295C4
Black with #C295C4
Text Example
Text Example
White with #C295C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295C4; }
p { color: rgb(194,149,196); }
H1.HeaderClassName
{
color: #C295C4;
}
.AnyTagClassName
{
color: #C295C4;
}
</style>
background-color css
<style>
a { background-color: #C295C4; }
a { background-color: rgb(194,149,196); }
div.DivClassName
{
background-color: #C295C4;
}
.BgClassName
{
background-color: #C295C4;
}
</style>
border-color css
<style>
span { border-color: #C295C4; }
span { border-color: rgb(194,149,196); }
td.TdClassName
{
border-color: #C295C4;
}
.TagClassName
{
border-color: #C295C4;
}
</style>