Shades of Lilac #C58DC2
Tints of Lilac #C58DC2
RGB
CMYK
RGB Variations
Color information
#C58DC2 (or 0xC58DC2) is known color: Lilac. HEX triplet: C5, 8D and C2. RGB value is (197,141,194). Sum of RGB (Red+Green+Blue) = 197+141+194=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 194 (76.17% from 255 or 36.47% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C58DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DC2 is #3A723D. Grayscale: #A3A3A3. Windows color (decimal): -3830334 or 12750277. OLE color: 12750277.
HSL color Cylindrical-coordinate representation of color #C58DC2: hue angle of 303.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58DC2 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 194 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.23 |
| HSL | 303.21º | 0.33% | 0.66% | - |
| HSV(B) | 303.21º | 0.28% | 0.77% | - |
| XYZ | 42.29 | 34.82 | 55.53 | - |
| YUV | 163.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 194 | 0 | 0.28 | 0.02 | 0.23 | 303.21 | 0.33 | 0.66 |
| Hex | C5 | 8D | C2 | 0 | 1C | 2 | 17 | 12F | 21 | 42 |
| Octal | 305 | 215 | 302 | 0 | 34 | 2 | 27 | 457 | 41 | 102 |
| Binary | 11000101 | 10001101 | 11000010 | 0 | 11100 | 10 | 10111 | 100101111 | 100001 | 1000010 |
Color Harmonies of #C58DC2
Complementary color
Monochromatic Colors of #C58DC2
Black with #C58DC2
Text Example
Text Example
White with #C58DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DC2; }
p { color: rgb(197,141,194); }
H1.HeaderClassName
{
color: #C58DC2;
}
.AnyTagClassName
{
color: #C58DC2;
}
</style>
background-color css
<style>
a { background-color: #C58DC2; }
a { background-color: rgb(197,141,194); }
div.DivClassName
{
background-color: #C58DC2;
}
.BgClassName
{
background-color: #C58DC2;
}
</style>
border-color css
<style>
span { border-color: #C58DC2; }
span { border-color: rgb(197,141,194); }
td.TdClassName
{
border-color: #C58DC2;
}
.TagClassName
{
border-color: #C58DC2;
}
</style>