Shades of Lilac #C58CC2
Tints of Lilac #C58CC2
RGB
CMYK
RGB Variations
Color information
#C58CC2 (or 0xC58CC2) is known color: Lilac. HEX triplet: C5, 8C and C2. RGB value is (197,140,194). Sum of RGB (Red+Green+Blue) = 197+140+194=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CC2 is #3A733D. Grayscale: #A3A3A3. Windows color (decimal): -3830590 or 12750021. OLE color: 12750021.
HSL color Cylindrical-coordinate representation of color #C58CC2: hue angle of 303.16º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58CC2 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 194 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.23 |
| HSL | 303.16º | 0.33% | 0.66% | - |
| HSV(B) | 303.16º | 0.29% | 0.77% | - |
| XYZ | 42.14 | 34.52 | 55.48 | - |
| YUV | 163.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 194 | 0 | 0.29 | 0.02 | 0.23 | 303.16 | 0.33 | 0.66 |
| Hex | C5 | 8C | C2 | 0 | 1D | 2 | 17 | 12F | 21 | 42 |
| Octal | 305 | 214 | 302 | 0 | 35 | 2 | 27 | 457 | 41 | 102 |
| Binary | 11000101 | 10001100 | 11000010 | 0 | 11101 | 10 | 10111 | 100101111 | 100001 | 1000010 |
Color Harmonies of #C58CC2
Complementary color
Monochromatic Colors of #C58CC2
Black with #C58CC2
Text Example
Text Example
White with #C58CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CC2; }
p { color: rgb(197,140,194); }
H1.HeaderClassName
{
color: #C58CC2;
}
.AnyTagClassName
{
color: #C58CC2;
}
</style>
background-color css
<style>
a { background-color: #C58CC2; }
a { background-color: rgb(197,140,194); }
div.DivClassName
{
background-color: #C58CC2;
}
.BgClassName
{
background-color: #C58CC2;
}
</style>
border-color css
<style>
span { border-color: #C58CC2; }
span { border-color: rgb(197,140,194); }
td.TdClassName
{
border-color: #C58CC2;
}
.TagClassName
{
border-color: #C58CC2;
}
</style>