Shades of Lilac #CA94C0
Tints of Lilac #CA94C0
RGB
CMYK
RGB Variations
Color information
#CA94C0 (or 0xCA94C0) is known color: Lilac. HEX triplet: CA, 94 and C0. RGB value is (202,148,192). Sum of RGB (Red+Green+Blue) = 202+148+192=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94C0 is #356B3F. Grayscale: #A9A9A9. Windows color (decimal): -3500864 or 12621002. OLE color: 12621002.
HSL color Cylindrical-coordinate representation of color #CA94C0: hue angle of 311.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94C0 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 192 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.21 |
| HSL | 311.11º | 0.34% | 0.69% | - |
| HSV(B) | 311.11º | 0.27% | 0.79% | - |
| XYZ | 44.46 | 37.54 | 54.77 | - |
| YUV | 169.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 192 | 0 | 0.27 | 0.05 | 0.21 | 311.11 | 0.34 | 0.69 |
| Hex | CA | 94 | C0 | 0 | 1B | 5 | 15 | 137 | 22 | 45 |
| Octal | 312 | 224 | 300 | 0 | 33 | 5 | 25 | 467 | 42 | 105 |
| Binary | 11001010 | 10010100 | 11000000 | 0 | 11011 | 101 | 10101 | 100110111 | 100010 | 1000101 |
Color Harmonies of #CA94C0
Complementary color
Monochromatic Colors of #CA94C0
Black with #CA94C0
Text Example
Text Example
White with #CA94C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA94C0; }
p { color: rgb(202,148,192); }
H1.HeaderClassName
{
color: #CA94C0;
}
.AnyTagClassName
{
color: #CA94C0;
}
</style>
background-color css
<style>
a { background-color: #CA94C0; }
a { background-color: rgb(202,148,192); }
div.DivClassName
{
background-color: #CA94C0;
}
.BgClassName
{
background-color: #CA94C0;
}
</style>
border-color css
<style>
span { border-color: #CA94C0; }
span { border-color: rgb(202,148,192); }
td.TdClassName
{
border-color: #CA94C0;
}
.TagClassName
{
border-color: #CA94C0;
}
</style>