Shades of Lilac #C581C0
Tints of Lilac #C581C0
RGB
CMYK
RGB Variations
Color information
#C581C0 (or 0xC581C0) is known color: Lilac. HEX triplet: C5, 81 and C0. RGB value is (197,129,192). Sum of RGB (Red+Green+Blue) = 197+129+192=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C581C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581C0 is #3A7E3F. Grayscale: #9C9C9C. Windows color (decimal): -3833408 or 12616133. OLE color: 12616133.
HSL color Cylindrical-coordinate representation of color #C581C0: hue angle of 304.41º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C581C0 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 192 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.23 |
| HSL | 304.41º | 0.37% | 0.64% | - |
| HSV(B) | 304.41º | 0.35% | 0.77% | - |
| XYZ | 40.39 | 31.38 | 53.8 | - |
| YUV | 156.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 192 | 0 | 0.35 | 0.03 | 0.23 | 304.41 | 0.37 | 0.64 |
| Hex | C5 | 81 | C0 | 0 | 23 | 3 | 17 | 130 | 25 | 40 |
| Octal | 305 | 201 | 300 | 0 | 43 | 3 | 27 | 460 | 45 | 100 |
| Binary | 11000101 | 10000001 | 11000000 | 0 | 100011 | 11 | 10111 | 100110000 | 100101 | 1000000 |
Color Harmonies of #C581C0
Complementary color
Monochromatic Colors of #C581C0
Black with #C581C0
Text Example
Text Example
White with #C581C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C581C0; }
p { color: rgb(197,129,192); }
H1.HeaderClassName
{
color: #C581C0;
}
.AnyTagClassName
{
color: #C581C0;
}
</style>
background-color css
<style>
a { background-color: #C581C0; }
a { background-color: rgb(197,129,192); }
div.DivClassName
{
background-color: #C581C0;
}
.BgClassName
{
background-color: #C581C0;
}
</style>
border-color css
<style>
span { border-color: #C581C0; }
span { border-color: rgb(197,129,192); }
td.TdClassName
{
border-color: #C581C0;
}
.TagClassName
{
border-color: #C581C0;
}
</style>