Shades of Lilac #CA97C2
Tints of Lilac #CA97C2
RGB
CMYK
RGB Variations
Color information
#CA97C2 (or 0xCA97C2) is known color: Lilac. HEX triplet: CA, 97 and C2. RGB value is (202,151,194). Sum of RGB (Red+Green+Blue) = 202+151+194=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97C2 is #35683D. Grayscale: #ABABAB. Windows color (decimal): -3500094 or 12752842. OLE color: 12752842.
HSL color Cylindrical-coordinate representation of color #CA97C2: hue angle of 309.41º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA97C2 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 194 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.21 |
| HSL | 309.41º | 0.32% | 0.69% | - |
| HSV(B) | 309.41º | 0.25% | 0.79% | - |
| XYZ | 45.16 | 38.58 | 56.11 | - |
| YUV | 171.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 194 | 0 | 0.25 | 0.04 | 0.21 | 309.41 | 0.32 | 0.69 |
| Hex | CA | 97 | C2 | 0 | 19 | 4 | 15 | 135 | 20 | 45 |
| Octal | 312 | 227 | 302 | 0 | 31 | 4 | 25 | 465 | 40 | 105 |
| Binary | 11001010 | 10010111 | 11000010 | 0 | 11001 | 100 | 10101 | 100110101 | 100000 | 1000101 |
Color Harmonies of #CA97C2
Complementary color
Monochromatic Colors of #CA97C2
Black with #CA97C2
Text Example
Text Example
White with #CA97C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA97C2; }
p { color: rgb(202,151,194); }
H1.HeaderClassName
{
color: #CA97C2;
}
.AnyTagClassName
{
color: #CA97C2;
}
</style>
background-color css
<style>
a { background-color: #CA97C2; }
a { background-color: rgb(202,151,194); }
div.DivClassName
{
background-color: #CA97C2;
}
.BgClassName
{
background-color: #CA97C2;
}
</style>
border-color css
<style>
span { border-color: #CA97C2; }
span { border-color: rgb(202,151,194); }
td.TdClassName
{
border-color: #CA97C2;
}
.TagClassName
{
border-color: #CA97C2;
}
</style>