Shades of Lilac #C594CC
Tints of Lilac #C594CC
RGB
CMYK
RGB Variations
Color information
#C594CC (or 0xC594CC) is known color: Lilac. HEX triplet: C5, 94 and CC. RGB value is (197,148,204). Sum of RGB (Red+Green+Blue) = 197+148+204=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #C594CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594CC is #3A6B33. Grayscale: #A8A8A8. Windows color (decimal): -3828532 or 13407429. OLE color: 13407429.
HSL color Cylindrical-coordinate representation of color #C594CC: hue angle of 292.5º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C594CC is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 148 | 204 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.2 |
| HSL | 292.5º | 0.35% | 0.69% | - |
| HSV(B) | 292.5º | 0.27% | 0.8% | - |
| XYZ | 44.51 | 37.41 | 62 | - |
| YUV | 169.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 204 | 0.03 | 0.27 | 0 | 0.2 | 292.5 | 0.35 | 0.69 |
| Hex | C5 | 94 | CC | 3 | 1B | 0 | 14 | 124 | 23 | 45 |
| Octal | 305 | 224 | 314 | 3 | 33 | 0 | 24 | 444 | 43 | 105 |
| Binary | 11000101 | 10010100 | 11001100 | 11 | 11011 | 0 | 10100 | 100100100 | 100011 | 1000101 |
Color Harmonies of #C594CC
Complementary color
Monochromatic Colors of #C594CC
Black with #C594CC
Text Example
Text Example
White with #C594CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594CC; }
p { color: rgb(197,148,204); }
H1.HeaderClassName
{
color: #C594CC;
}
.AnyTagClassName
{
color: #C594CC;
}
</style>
background-color css
<style>
a { background-color: #C594CC; }
a { background-color: rgb(197,148,204); }
div.DivClassName
{
background-color: #C594CC;
}
.BgClassName
{
background-color: #C594CC;
}
</style>
border-color css
<style>
span { border-color: #C594CC; }
span { border-color: rgb(197,148,204); }
td.TdClassName
{
border-color: #C594CC;
}
.TagClassName
{
border-color: #C594CC;
}
</style>