Shades of Lilac #C590C6
Tints of Lilac #C590C6
RGB
CMYK
RGB Variations
Color information
#C590C6 (or 0xC590C6) is known color: Lilac. HEX triplet: C5, 90 and C6. RGB value is (197,144,198). Sum of RGB (Red+Green+Blue) = 197+144+198=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 198 - color contains mainly: blue. Hex color #C590C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C590C6 is #3A6F39. Grayscale: #A5A5A5. Windows color (decimal): -3829562 or 13013189. OLE color: 13013189.
HSL color Cylindrical-coordinate representation of color #C590C6: hue angle of 298.89º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C590C6 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 144 | 198 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.22 |
| HSL | 298.89º | 0.32% | 0.67% | - |
| HSV(B) | 298.89º | 0.27% | 0.78% | - |
| XYZ | 43.19 | 35.89 | 58.08 | - |
| YUV | 166 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 198 | 0.01 | 0.27 | 0 | 0.22 | 298.89 | 0.32 | 0.67 |
| Hex | C5 | 90 | C6 | 1 | 1B | 0 | 16 | 12B | 20 | 43 |
| Octal | 305 | 220 | 306 | 1 | 33 | 0 | 26 | 453 | 40 | 103 |
| Binary | 11000101 | 10010000 | 11000110 | 1 | 11011 | 0 | 10110 | 100101011 | 100000 | 1000011 |
Color Harmonies of #C590C6
Complementary color
Monochromatic Colors of #C590C6
Black with #C590C6
Text Example
Text Example
White with #C590C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C590C6; }
p { color: rgb(197,144,198); }
H1.HeaderClassName
{
color: #C590C6;
}
.AnyTagClassName
{
color: #C590C6;
}
</style>
background-color css
<style>
a { background-color: #C590C6; }
a { background-color: rgb(197,144,198); }
div.DivClassName
{
background-color: #C590C6;
}
.BgClassName
{
background-color: #C590C6;
}
</style>
border-color css
<style>
span { border-color: #C590C6; }
span { border-color: rgb(197,144,198); }
td.TdClassName
{
border-color: #C590C6;
}
.TagClassName
{
border-color: #C590C6;
}
</style>