Shades of Lilac #C58CCF
Tints of Lilac #C58CCF
RGB
CMYK
RGB Variations
Color information
#C58CCF (or 0xC58CCF) is known color: Lilac. HEX triplet: C5, 8C and CF. RGB value is (197,140,207). Sum of RGB (Red+Green+Blue) = 197+140+207=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #C58CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CCF is #3A7330. Grayscale: #A4A4A4. Windows color (decimal): -3830577 or 13601989. OLE color: 13601989.
HSL color Cylindrical-coordinate representation of color #C58CCF: hue angle of 291.04º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C58CCF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 140 | 207 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.19 |
| HSL | 291.04º | 0.41% | 0.68% | - |
| HSV(B) | 291.04º | 0.32% | 0.81% | - |
| XYZ | 43.67 | 35.13 | 63.51 | - |
| YUV | 164.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 207 | 0.05 | 0.32 | 0 | 0.19 | 291.04 | 0.41 | 0.68 |
| Hex | C5 | 8C | CF | 5 | 20 | 0 | 13 | 123 | 29 | 44 |
| Octal | 305 | 214 | 317 | 5 | 40 | 0 | 23 | 443 | 51 | 104 |
| Binary | 11000101 | 10001100 | 11001111 | 101 | 100000 | 0 | 10011 | 100100011 | 101001 | 1000100 |
Color Harmonies of #C58CCF
Complementary color
Monochromatic Colors of #C58CCF
Black with #C58CCF
Text Example
Text Example
White with #C58CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CCF; }
p { color: rgb(197,140,207); }
H1.HeaderClassName
{
color: #C58CCF;
}
.AnyTagClassName
{
color: #C58CCF;
}
</style>
background-color css
<style>
a { background-color: #C58CCF; }
a { background-color: rgb(197,140,207); }
div.DivClassName
{
background-color: #C58CCF;
}
.BgClassName
{
background-color: #C58CCF;
}
</style>
border-color css
<style>
span { border-color: #C58CCF; }
span { border-color: rgb(197,140,207); }
td.TdClassName
{
border-color: #C58CCF;
}
.TagClassName
{
border-color: #C58CCF;
}
</style>