Shades of Lilac #C494CB
Tints of Lilac #C494CB
RGB
CMYK
RGB Variations
Color information
#C494CB (or 0xC494CB) is known color: Lilac. HEX triplet: C4, 94 and CB. RGB value is (196,148,203). Sum of RGB (Red+Green+Blue) = 196+148+203=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #C494CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494CB is #3B6B34. Grayscale: #A8A8A8. Windows color (decimal): -3894069 or 13341892. OLE color: 13341892.
HSL color Cylindrical-coordinate representation of color #C494CB: hue angle of 292.36º 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 #C494CB is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 148 | 203 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.20 |
| HSL | 292.36º | 0.35% | 0.69% | - |
| HSV(B) | 292.36º | 0.27% | 0.8% | - |
| XYZ | 44.13 | 37.23 | 61.36 | - |
| YUV | 168.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 203 | 0.03 | 0.27 | 0 | 0.20 | 292.36 | 0.35 | 0.69 |
| Hex | C4 | 94 | CB | 3 | 1B | 0 | 14 | 124 | 23 | 45 |
| Octal | 304 | 224 | 313 | 3 | 33 | 0 | 24 | 444 | 43 | 105 |
| Binary | 11000100 | 10010100 | 11001011 | 11 | 11011 | 0 | 10100 | 100100100 | 100011 | 1000101 |
Color Harmonies of #C494CB
Complementary color
Monochromatic Colors of #C494CB
Black with #C494CB
Text Example
Text Example
White with #C494CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C494CB; }
p { color: rgb(196,148,203); }
H1.HeaderClassName
{
color: #C494CB;
}
.AnyTagClassName
{
color: #C494CB;
}
</style>
background-color css
<style>
a { background-color: #C494CB; }
a { background-color: rgb(196,148,203); }
div.DivClassName
{
background-color: #C494CB;
}
.BgClassName
{
background-color: #C494CB;
}
</style>
border-color css
<style>
span { border-color: #C494CB; }
span { border-color: rgb(196,148,203); }
td.TdClassName
{
border-color: #C494CB;
}
.TagClassName
{
border-color: #C494CB;
}
</style>