Shades of Lilac #C594CE
Tints of Lilac #C594CE
RGB
CMYK
RGB Variations
Color information
#C594CE (or 0xC594CE) is known color: Lilac. HEX triplet: C5, 94 and CE. RGB value is (197,148,206). Sum of RGB (Red+Green+Blue) = 197+148+206=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #C594CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594CE is #3A6B31. Grayscale: #A9A9A9. Windows color (decimal): -3828530 or 13538501. OLE color: 13538501.
HSL color Cylindrical-coordinate representation of color #C594CE: hue angle of 290.69º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C594CE is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 148 | 206 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.19 |
| HSL | 290.69º | 0.37% | 0.69% | - |
| HSV(B) | 290.69º | 0.28% | 0.81% | - |
| XYZ | 44.76 | 37.51 | 63.27 | - |
| YUV | 169.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 206 | 0.04 | 0.28 | 0 | 0.19 | 290.69 | 0.37 | 0.69 |
| Hex | C5 | 94 | CE | 4 | 1C | 0 | 13 | 123 | 25 | 45 |
| Octal | 305 | 224 | 316 | 4 | 34 | 0 | 23 | 443 | 45 | 105 |
| Binary | 11000101 | 10010100 | 11001110 | 100 | 11100 | 0 | 10011 | 100100011 | 100101 | 1000101 |
Color Harmonies of #C594CE
Complementary color
Monochromatic Colors of #C594CE
Black with #C594CE
Text Example
Text Example
White with #C594CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594CE; }
p { color: rgb(197,148,206); }
H1.HeaderClassName
{
color: #C594CE;
}
.AnyTagClassName
{
color: #C594CE;
}
</style>
background-color css
<style>
a { background-color: #C594CE; }
a { background-color: rgb(197,148,206); }
div.DivClassName
{
background-color: #C594CE;
}
.BgClassName
{
background-color: #C594CE;
}
</style>
border-color css
<style>
span { border-color: #C594CE; }
span { border-color: rgb(197,148,206); }
td.TdClassName
{
border-color: #C594CE;
}
.TagClassName
{
border-color: #C594CE;
}
</style>