Shades of Lilac #C392CA
Tints of Lilac #C392CA
RGB
CMYK
RGB Variations
Color information
#C392CA (or 0xC392CA) is known color: Lilac. HEX triplet: C3, 92 and CA. RGB value is (195,146,202). Sum of RGB (Red+Green+Blue) = 195+146+202=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #C392CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392CA is #3C6D35. Grayscale: #A6A6A6. Windows color (decimal): -3960118 or 13275843. OLE color: 13275843.
HSL color Cylindrical-coordinate representation of color #C392CA: hue angle of 292.5º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C392CA is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 146 | 202 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.21 |
| HSL | 292.5º | 0.35% | 0.68% | - |
| HSV(B) | 292.5º | 0.28% | 0.79% | - |
| XYZ | 43.45 | 36.42 | 60.62 | - |
| YUV | 167.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 202 | 0.03 | 0.28 | 0 | 0.21 | 292.5 | 0.35 | 0.68 |
| Hex | C3 | 92 | CA | 3 | 1C | 0 | 15 | 124 | 23 | 44 |
| Octal | 303 | 222 | 312 | 3 | 34 | 0 | 25 | 444 | 43 | 104 |
| Binary | 11000011 | 10010010 | 11001010 | 11 | 11100 | 0 | 10101 | 100100100 | 100011 | 1000100 |
Color Harmonies of #C392CA
Complementary color
Monochromatic Colors of #C392CA
Black with #C392CA
Text Example
Text Example
White with #C392CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392CA; }
p { color: rgb(195,146,202); }
H1.HeaderClassName
{
color: #C392CA;
}
.AnyTagClassName
{
color: #C392CA;
}
</style>
background-color css
<style>
a { background-color: #C392CA; }
a { background-color: rgb(195,146,202); }
div.DivClassName
{
background-color: #C392CA;
}
.BgClassName
{
background-color: #C392CA;
}
</style>
border-color css
<style>
span { border-color: #C392CA; }
span { border-color: rgb(195,146,202); }
td.TdClassName
{
border-color: #C392CA;
}
.TagClassName
{
border-color: #C392CA;
}
</style>