Shades of Lilac #CA97C1
Tints of Lilac #CA97C1
RGB
CMYK
RGB Variations
Color information
#CA97C1 (or 0xCA97C1) is known color: Lilac. HEX triplet: CA, 97 and C1. RGB value is (202,151,193). Sum of RGB (Red+Green+Blue) = 202+151+193=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97C1 is #35683E. Grayscale: #AAAAAA. Windows color (decimal): -3500095 or 12687306. OLE color: 12687306.
HSL color Cylindrical-coordinate representation of color #CA97C1: hue angle of 310.59º 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 #CA97C1 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 193 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.21 |
| HSL | 310.59º | 0.32% | 0.69% | - |
| HSV(B) | 310.59º | 0.25% | 0.79% | - |
| XYZ | 45.05 | 38.54 | 55.52 | - |
| YUV | 171.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 193 | 0 | 0.25 | 0.04 | 0.21 | 310.59 | 0.32 | 0.69 |
| Hex | CA | 97 | C1 | 0 | 19 | 4 | 15 | 137 | 20 | 45 |
| Octal | 312 | 227 | 301 | 0 | 31 | 4 | 25 | 467 | 40 | 105 |
| Binary | 11001010 | 10010111 | 11000001 | 0 | 11001 | 100 | 10101 | 100110111 | 100000 | 1000101 |
Color Harmonies of #CA97C1
Complementary color
Monochromatic Colors of #CA97C1
Black with #CA97C1
Text Example
Text Example
White with #CA97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA97C1; }
p { color: rgb(202,151,193); }
H1.HeaderClassName
{
color: #CA97C1;
}
.AnyTagClassName
{
color: #CA97C1;
}
</style>
background-color css
<style>
a { background-color: #CA97C1; }
a { background-color: rgb(202,151,193); }
div.DivClassName
{
background-color: #CA97C1;
}
.BgClassName
{
background-color: #CA97C1;
}
</style>
border-color css
<style>
span { border-color: #CA97C1; }
span { border-color: rgb(202,151,193); }
td.TdClassName
{
border-color: #CA97C1;
}
.TagClassName
{
border-color: #CA97C1;
}
</style>