Shades of Lilac #C583C5
Tints of Lilac #C583C5
RGB
CMYK
RGB Variations
Color information
#C583C5 (or 0xC583C5) is known color: Lilac. HEX triplet: C5, 83 and C5. RGB value is (197,131,197). Sum of RGB (Red+Green+Blue) = 197+131+197=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C583C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583C5 is #3A7C3A. Grayscale: #9E9E9E. Windows color (decimal): -3832891 or 12944325. OLE color: 12944325.
HSL color Cylindrical-coordinate representation of color #C583C5: hue angle of 300º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C583C5 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 197 | - |
| CMYK | 0 | 0.34 | 0 | 0.23 |
| HSL | 300º | 0.36% | 0.64% | - |
| HSV(B) | 300º | 0.34% | 0.77% | - |
| XYZ | 41.22 | 32.13 | 56.85 | - |
| YUV | 158.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 197 | 0 | 0.34 | 0 | 0.23 | 300 | 0.36 | 0.64 |
| Hex | C5 | 83 | C5 | 0 | 22 | 0 | 17 | 12C | 24 | 40 |
| Octal | 305 | 203 | 305 | 0 | 42 | 0 | 27 | 454 | 44 | 100 |
| Binary | 11000101 | 10000011 | 11000101 | 0 | 100010 | 0 | 10111 | 100101100 | 100100 | 1000000 |
Color Harmonies of #C583C5
Complementary color
Monochromatic Colors of #C583C5
Black with #C583C5
Text Example
Text Example
White with #C583C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C583C5; }
p { color: rgb(197,131,197); }
H1.HeaderClassName
{
color: #C583C5;
}
.AnyTagClassName
{
color: #C583C5;
}
</style>
background-color css
<style>
a { background-color: #C583C5; }
a { background-color: rgb(197,131,197); }
div.DivClassName
{
background-color: #C583C5;
}
.BgClassName
{
background-color: #C583C5;
}
</style>
border-color css
<style>
span { border-color: #C583C5; }
span { border-color: rgb(197,131,197); }
td.TdClassName
{
border-color: #C583C5;
}
.TagClassName
{
border-color: #C583C5;
}
</style>