Shades of Lilac #C594BC
Tints of Lilac #C594BC
RGB
CMYK
RGB Variations
Color information
#C594BC (or 0xC594BC) is known color: Lilac. HEX triplet: C5, 94 and BC. RGB value is (197,148,188). Sum of RGB (Red+Green+Blue) = 197+148+188=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C594BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594BC is #3A6B43. Grayscale: #A7A7A7. Windows color (decimal): -3828548 or 12358853. OLE color: 12358853.
HSL color Cylindrical-coordinate representation of color #C594BC: hue angle of 311.02º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C594BC is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 188 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.23 |
| HSL | 311.02º | 0.3% | 0.68% | - |
| HSV(B) | 311.02º | 0.25% | 0.77% | - |
| XYZ | 42.69 | 36.68 | 52.41 | - |
| YUV | 167.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 188 | 0 | 0.25 | 0.05 | 0.23 | 311.02 | 0.3 | 0.68 |
| Hex | C5 | 94 | BC | 0 | 19 | 5 | 17 | 137 | 1E | 44 |
| Octal | 305 | 224 | 274 | 0 | 31 | 5 | 27 | 467 | 36 | 104 |
| Binary | 11000101 | 10010100 | 10111100 | 0 | 11001 | 101 | 10111 | 100110111 | 11110 | 1000100 |
Color Harmonies of #C594BC
Complementary color
Monochromatic Colors of #C594BC
Black with #C594BC
Text Example
Text Example
White with #C594BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594BC; }
p { color: rgb(197,148,188); }
H1.HeaderClassName
{
color: #C594BC;
}
.AnyTagClassName
{
color: #C594BC;
}
</style>
background-color css
<style>
a { background-color: #C594BC; }
a { background-color: rgb(197,148,188); }
div.DivClassName
{
background-color: #C594BC;
}
.BgClassName
{
background-color: #C594BC;
}
</style>
border-color css
<style>
span { border-color: #C594BC; }
span { border-color: rgb(197,148,188); }
td.TdClassName
{
border-color: #C594BC;
}
.TagClassName
{
border-color: #C594BC;
}
</style>