Shades of Lilac #C281C0
Tints of Lilac #C281C0
RGB
CMYK
RGB Variations
Color information
#C281C0 (or 0xC281C0) is known color: Lilac. HEX triplet: C2, 81 and C0. RGB value is (194,129,192). Sum of RGB (Red+Green+Blue) = 194+129+192=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C281C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281C0 is #3D7E3F. Grayscale: #9B9B9B. Windows color (decimal): -4030016 or 12616130. OLE color: 12616130.
HSL color Cylindrical-coordinate representation of color #C281C0: hue angle of 301.85º 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 #C281C0 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 192 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.24 |
| HSL | 301.85º | 0.35% | 0.63% | - |
| HSV(B) | 301.85º | 0.34% | 0.76% | - |
| XYZ | 39.61 | 30.98 | 53.76 | - |
| YUV | 155.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 192 | 0 | 0.34 | 0.01 | 0.24 | 301.85 | 0.35 | 0.63 |
| Hex | C2 | 81 | C0 | 0 | 22 | 1 | 18 | 12E | 23 | 3F |
| Octal | 302 | 201 | 300 | 0 | 42 | 1 | 30 | 456 | 43 | 77 |
| Binary | 11000010 | 10000001 | 11000000 | 0 | 100010 | 1 | 11000 | 100101110 | 100011 | 111111 |
Color Harmonies of #C281C0
Complementary color
Monochromatic Colors of #C281C0
Black with #C281C0
Text Example
Text Example
White with #C281C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281C0; }
p { color: rgb(194,129,192); }
H1.HeaderClassName
{
color: #C281C0;
}
.AnyTagClassName
{
color: #C281C0;
}
</style>
background-color css
<style>
a { background-color: #C281C0; }
a { background-color: rgb(194,129,192); }
div.DivClassName
{
background-color: #C281C0;
}
.BgClassName
{
background-color: #C281C0;
}
</style>
border-color css
<style>
span { border-color: #C281C0; }
span { border-color: rgb(194,129,192); }
td.TdClassName
{
border-color: #C281C0;
}
.TagClassName
{
border-color: #C281C0;
}
</style>