Shades of Lilac #C58CC6
Tints of Lilac #C58CC6
RGB
CMYK
RGB Variations
Color information
#C58CC6 (or 0xC58CC6) is known color: Lilac. HEX triplet: C5, 8C and C6. RGB value is (197,140,198). Sum of RGB (Red+Green+Blue) = 197+140+198=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #C58CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CC6 is #3A7339. Grayscale: #A3A3A3. Windows color (decimal): -3830586 or 13012165. OLE color: 13012165.
HSL color Cylindrical-coordinate representation of color #C58CC6: hue angle of 298.97º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58CC6 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 140 | 198 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.22 |
| HSL | 298.97º | 0.34% | 0.66% | - |
| HSV(B) | 298.97º | 0.29% | 0.78% | - |
| XYZ | 42.6 | 34.7 | 57.88 | - |
| YUV | 163.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 198 | 0.01 | 0.29 | 0 | 0.22 | 298.97 | 0.34 | 0.66 |
| Hex | C5 | 8C | C6 | 1 | 1D | 0 | 16 | 12B | 22 | 42 |
| Octal | 305 | 214 | 306 | 1 | 35 | 0 | 26 | 453 | 42 | 102 |
| Binary | 11000101 | 10001100 | 11000110 | 1 | 11101 | 0 | 10110 | 100101011 | 100010 | 1000010 |
Color Harmonies of #C58CC6
Complementary color
Monochromatic Colors of #C58CC6
Black with #C58CC6
Text Example
Text Example
White with #C58CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CC6; }
p { color: rgb(197,140,198); }
H1.HeaderClassName
{
color: #C58CC6;
}
.AnyTagClassName
{
color: #C58CC6;
}
</style>
background-color css
<style>
a { background-color: #C58CC6; }
a { background-color: rgb(197,140,198); }
div.DivClassName
{
background-color: #C58CC6;
}
.BgClassName
{
background-color: #C58CC6;
}
</style>
border-color css
<style>
span { border-color: #C58CC6; }
span { border-color: rgb(197,140,198); }
td.TdClassName
{
border-color: #C58CC6;
}
.TagClassName
{
border-color: #C58CC6;
}
</style>