Shades of Lilac #C280C1
Tints of Lilac #C280C1
RGB
CMYK
RGB Variations
Color information
#C280C1 (or 0xC280C1) is known color: Lilac. HEX triplet: C2, 80 and C1. RGB value is (194,128,193). Sum of RGB (Red+Green+Blue) = 194+128+193=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C280C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280C1 is #3D7F3E. Grayscale: #9A9A9A. Windows color (decimal): -4030271 or 12681410. OLE color: 12681410.
HSL color Cylindrical-coordinate representation of color #C280C1: hue angle of 300.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C280C1 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 193 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.24 |
| HSL | 300.91º | 0.35% | 0.63% | - |
| HSV(B) | 300.91º | 0.34% | 0.76% | - |
| XYZ | 39.59 | 30.76 | 54.3 | - |
| YUV | 155.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 193 | 0 | 0.34 | 0.01 | 0.24 | 300.91 | 0.35 | 0.63 |
| Hex | C2 | 80 | C1 | 0 | 22 | 1 | 18 | 12D | 23 | 3F |
| Octal | 302 | 200 | 301 | 0 | 42 | 1 | 30 | 455 | 43 | 77 |
| Binary | 11000010 | 10000000 | 11000001 | 0 | 100010 | 1 | 11000 | 100101101 | 100011 | 111111 |
Color Harmonies of #C280C1
Complementary color
Monochromatic Colors of #C280C1
Black with #C280C1
Text Example
Text Example
White with #C280C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280C1; }
p { color: rgb(194,128,193); }
H1.HeaderClassName
{
color: #C280C1;
}
.AnyTagClassName
{
color: #C280C1;
}
</style>
background-color css
<style>
a { background-color: #C280C1; }
a { background-color: rgb(194,128,193); }
div.DivClassName
{
background-color: #C280C1;
}
.BgClassName
{
background-color: #C280C1;
}
</style>
border-color css
<style>
span { border-color: #C280C1; }
span { border-color: rgb(194,128,193); }
td.TdClassName
{
border-color: #C280C1;
}
.TagClassName
{
border-color: #C280C1;
}
</style>