Shades of Lilac #C590CC
Tints of Lilac #C590CC
RGB
CMYK
RGB Variations
Color information
#C590CC (or 0xC590CC) is known color: Lilac. HEX triplet: C5, 90 and CC. RGB value is (197,144,204). Sum of RGB (Red+Green+Blue) = 197+144+204=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #C590CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C590CC is #3A6F33. Grayscale: #A6A6A6. Windows color (decimal): -3829556 or 13406405. OLE color: 13406405.
HSL color Cylindrical-coordinate representation of color #C590CC: hue angle of 293º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C590CC is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 144 | 204 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.2 |
| HSL | 293º | 0.37% | 0.68% | - |
| HSV(B) | 293º | 0.29% | 0.8% | - |
| XYZ | 43.9 | 36.18 | 61.8 | - |
| YUV | 166.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 204 | 0.03 | 0.29 | 0 | 0.2 | 293 | 0.37 | 0.68 |
| Hex | C5 | 90 | CC | 3 | 1D | 0 | 14 | 125 | 25 | 44 |
| Octal | 305 | 220 | 314 | 3 | 35 | 0 | 24 | 445 | 45 | 104 |
| Binary | 11000101 | 10010000 | 11001100 | 11 | 11101 | 0 | 10100 | 100100101 | 100101 | 1000100 |
Color Harmonies of #C590CC
Complementary color
Monochromatic Colors of #C590CC
Black with #C590CC
Text Example
Text Example
White with #C590CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C590CC; }
p { color: rgb(197,144,204); }
H1.HeaderClassName
{
color: #C590CC;
}
.AnyTagClassName
{
color: #C590CC;
}
</style>
background-color css
<style>
a { background-color: #C590CC; }
a { background-color: rgb(197,144,204); }
div.DivClassName
{
background-color: #C590CC;
}
.BgClassName
{
background-color: #C590CC;
}
</style>
border-color css
<style>
span { border-color: #C590CC; }
span { border-color: rgb(197,144,204); }
td.TdClassName
{
border-color: #C590CC;
}
.TagClassName
{
border-color: #C590CC;
}
</style>