Shades of Lilac #CA94C2
Tints of Lilac #CA94C2
RGB
CMYK
RGB Variations
Color information
#CA94C2 (or 0xCA94C2) is known color: Lilac. HEX triplet: CA, 94 and C2. RGB value is (202,148,194). Sum of RGB (Red+Green+Blue) = 202+148+194=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94C2 is #356B3D. Grayscale: #A9A9A9. Windows color (decimal): -3500862 or 12752074. OLE color: 12752074.
HSL color Cylindrical-coordinate representation of color #CA94C2: hue angle of 308.89º 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 #CA94C2 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 194 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.21 |
| HSL | 308.89º | 0.34% | 0.69% | - |
| HSV(B) | 308.89º | 0.27% | 0.79% | - |
| XYZ | 44.68 | 37.63 | 55.95 | - |
| YUV | 169.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 194 | 0 | 0.27 | 0.04 | 0.21 | 308.89 | 0.34 | 0.69 |
| Hex | CA | 94 | C2 | 0 | 1B | 4 | 15 | 135 | 22 | 45 |
| Octal | 312 | 224 | 302 | 0 | 33 | 4 | 25 | 465 | 42 | 105 |
| Binary | 11001010 | 10010100 | 11000010 | 0 | 11011 | 100 | 10101 | 100110101 | 100010 | 1000101 |
Color Harmonies of #CA94C2
Complementary color
Monochromatic Colors of #CA94C2
Black with #CA94C2
Text Example
Text Example
White with #CA94C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA94C2; }
p { color: rgb(202,148,194); }
H1.HeaderClassName
{
color: #CA94C2;
}
.AnyTagClassName
{
color: #CA94C2;
}
</style>
background-color css
<style>
a { background-color: #CA94C2; }
a { background-color: rgb(202,148,194); }
div.DivClassName
{
background-color: #CA94C2;
}
.BgClassName
{
background-color: #CA94C2;
}
</style>
border-color css
<style>
span { border-color: #CA94C2; }
span { border-color: rgb(202,148,194); }
td.TdClassName
{
border-color: #CA94C2;
}
.TagClassName
{
border-color: #CA94C2;
}
</style>