Shades of Lilac #C594CB
Tints of Lilac #C594CB
RGB
CMYK
RGB Variations
Color information
#C594CB (or 0xC594CB) is known color: Lilac. HEX triplet: C5, 94 and CB. RGB value is (197,148,203). Sum of RGB (Red+Green+Blue) = 197+148+203=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #C594CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594CB is #3A6B34. Grayscale: #A8A8A8. Windows color (decimal): -3828533 or 13341893. OLE color: 13341893.
HSL color Cylindrical-coordinate representation of color #C594CB: hue angle of 293.45º 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 #C594CB is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 148 | 203 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.20 |
| HSL | 293.45º | 0.35% | 0.69% | - |
| HSV(B) | 293.45º | 0.27% | 0.8% | - |
| XYZ | 44.4 | 37.36 | 61.37 | - |
| YUV | 168.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 203 | 0.03 | 0.27 | 0 | 0.20 | 293.45 | 0.35 | 0.69 |
| Hex | C5 | 94 | CB | 3 | 1B | 0 | 14 | 125 | 23 | 45 |
| Octal | 305 | 224 | 313 | 3 | 33 | 0 | 24 | 445 | 43 | 105 |
| Binary | 11000101 | 10010100 | 11001011 | 11 | 11011 | 0 | 10100 | 100100101 | 100011 | 1000101 |
Color Harmonies of #C594CB
Complementary color
Monochromatic Colors of #C594CB
Black with #C594CB
Text Example
Text Example
White with #C594CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594CB; }
p { color: rgb(197,148,203); }
H1.HeaderClassName
{
color: #C594CB;
}
.AnyTagClassName
{
color: #C594CB;
}
</style>
background-color css
<style>
a { background-color: #C594CB; }
a { background-color: rgb(197,148,203); }
div.DivClassName
{
background-color: #C594CB;
}
.BgClassName
{
background-color: #C594CB;
}
</style>
border-color css
<style>
span { border-color: #C594CB; }
span { border-color: rgb(197,148,203); }
td.TdClassName
{
border-color: #C594CB;
}
.TagClassName
{
border-color: #C594CB;
}
</style>