Shades of Lilac #C182CC
Tints of Lilac #C182CC
RGB
CMYK
RGB Variations
Color information
#C182CC (or 0xC182CC) is known color: Lilac. HEX triplet: C1, 82 and CC. RGB value is (193,130,204). Sum of RGB (Red+Green+Blue) = 193+130+204=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #C182CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182CC is #3E7D33. Grayscale: #9D9D9D. Windows color (decimal): -4095284 or 13402817. OLE color: 13402817.
HSL color Cylindrical-coordinate representation of color #C182CC: hue angle of 291.08º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C182CC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 130 | 204 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.2 |
| HSL | 291.08º | 0.42% | 0.65% | - |
| HSV(B) | 291.08º | 0.36% | 0.8% | - |
| XYZ | 40.87 | 31.66 | 61.08 | - |
| YUV | 157.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 204 | 0.05 | 0.36 | 0 | 0.2 | 291.08 | 0.42 | 0.65 |
| Hex | C1 | 82 | CC | 5 | 24 | 0 | 14 | 123 | 2A | 41 |
| Octal | 301 | 202 | 314 | 5 | 44 | 0 | 24 | 443 | 52 | 101 |
| Binary | 11000001 | 10000010 | 11001100 | 101 | 100100 | 0 | 10100 | 100100011 | 101010 | 1000001 |
Color Harmonies of #C182CC
Complementary color
Monochromatic Colors of #C182CC
Black with #C182CC
Text Example
Text Example
White with #C182CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C182CC; }
p { color: rgb(193,130,204); }
H1.HeaderClassName
{
color: #C182CC;
}
.AnyTagClassName
{
color: #C182CC;
}
</style>
background-color css
<style>
a { background-color: #C182CC; }
a { background-color: rgb(193,130,204); }
div.DivClassName
{
background-color: #C182CC;
}
.BgClassName
{
background-color: #C182CC;
}
</style>
border-color css
<style>
span { border-color: #C182CC; }
span { border-color: rgb(193,130,204); }
td.TdClassName
{
border-color: #C182CC;
}
.TagClassName
{
border-color: #C182CC;
}
</style>