Shades of Lilac #C182CA
Tints of Lilac #C182CA
RGB
CMYK
RGB Variations
Color information
#C182CA (or 0xC182CA) is known color: Lilac. HEX triplet: C1, 82 and CA. RGB value is (193,130,202). Sum of RGB (Red+Green+Blue) = 193+130+202=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #C182CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182CA is #3E7D35. Grayscale: #9C9C9C. Windows color (decimal): -4095286 or 13271745. OLE color: 13271745.
HSL color Cylindrical-coordinate representation of color #C182CA: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C182CA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 130 | 202 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.21 |
| HSL | 292.5º | 0.4% | 0.65% | - |
| HSV(B) | 292.5º | 0.36% | 0.79% | - |
| XYZ | 40.64 | 31.57 | 59.83 | - |
| YUV | 157.05 | 153.37 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 202 | 0.04 | 0.36 | 0 | 0.21 | 292.5 | 0.4 | 0.65 |
| Hex | C1 | 82 | CA | 4 | 24 | 0 | 15 | 124 | 28 | 41 |
| Octal | 301 | 202 | 312 | 4 | 44 | 0 | 25 | 444 | 50 | 101 |
| Binary | 11000001 | 10000010 | 11001010 | 100 | 100100 | 0 | 10101 | 100100100 | 101000 | 1000001 |
Color Harmonies of #C182CA
Complementary color
Monochromatic Colors of #C182CA
Black with #C182CA
Text Example
Text Example
White with #C182CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182CA; }
p { color: rgb(193,130,202); }
H1.HeaderClassName
{
color: #C182CA;
}
.AnyTagClassName
{
color: #C182CA;
}
</style>
background-color css
<style>
a { background-color: #C182CA; }
a { background-color: rgb(193,130,202); }
div.DivClassName
{
background-color: #C182CA;
}
.BgClassName
{
background-color: #C182CA;
}
</style>
border-color css
<style>
span { border-color: #C182CA; }
span { border-color: rgb(193,130,202); }
td.TdClassName
{
border-color: #C182CA;
}
.TagClassName
{
border-color: #C182CA;
}
</style>