Shades of Lilac #C5A0CC
Tints of Lilac #C5A0CC
RGB
CMYK
RGB Variations
Color information
#C5A0CC (or 0xC5A0CC) is known color: Lilac. HEX triplet: C5, A0 and CC. RGB value is (197,160,204). Sum of RGB (Red+Green+Blue) = 197+160+204=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0CC is #3A5F33. Grayscale: #AFAFAF. Windows color (decimal): -3825460 or 13410501. OLE color: 13410501.
HSL color Cylindrical-coordinate representation of color #C5A0CC: hue angle of 290.45º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5A0CC is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 197 | 160 | 204 | - |
CMYK | 0.03 | 0.22 | 0 | 0.2 |
HSL | 290.45º | 0.3% | 0.71% | - |
HSV(B) | 290.45º | 0.22% | 0.8% | - |
XYZ | 46.5 | 41.37 | 62.66 | - |
YUV | 176.08 | 143.76 | 142.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 160 | 204 | 0.03 | 0.22 | 0 | 0.2 | 290.45 | 0.3 | 0.71 |
Hex | C5 | A0 | CC | 3 | 16 | 0 | 14 | 122 | 1E | 47 |
Octal | 305 | 240 | 314 | 3 | 26 | 0 | 24 | 442 | 36 | 107 |
Binary | 11000101 | 10100000 | 11001100 | 11 | 10110 | 0 | 10100 | 100100010 | 11110 | 1000111 |
Color Harmonies of #C5A0CC
Complementary color
Monochromatic Colors of #C5A0CC
Black with #C5A0CC
Text Example
Text Example
White with #C5A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A0CC; }
p { color: rgb(197,160,204); }
H1.HeaderClassName
{
color: #C5A0CC;
}
.AnyTagClassName
{
color: #C5A0CC;
}
</style>
background-color css
<style>
a { background-color: #C5A0CC; }
a { background-color: rgb(197,160,204); }
div.DivClassName
{
background-color: #C5A0CC;
}
.BgClassName
{
background-color: #C5A0CC;
}
</style>
border-color css
<style>
span { border-color: #C5A0CC; }
span { border-color: rgb(197,160,204); }
td.TdClassName
{
border-color: #C5A0CC;
}
.TagClassName
{
border-color: #C5A0CC;
}
</style>