Shades of Lilac #CA92C5
Tints of Lilac #CA92C5
RGB
CMYK
RGB Variations
Color information
#CA92C5 (or 0xCA92C5) is known color: Lilac. HEX triplet: CA, 92 and C5. RGB value is (202,146,197). Sum of RGB (Red+Green+Blue) = 202+146+197=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92C5 is #356D3A. Grayscale: #A8A8A8. Windows color (decimal): -3501371 or 12948170. OLE color: 12948170.
HSL color Cylindrical-coordinate representation of color #CA92C5: hue angle of 305.36º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA92C5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 197 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.21 |
| HSL | 305.36º | 0.35% | 0.68% | - |
| HSV(B) | 305.36º | 0.28% | 0.79% | - |
| XYZ | 44.71 | 37.15 | 57.64 | - |
| YUV | 168.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 197 | 0 | 0.28 | 0.02 | 0.21 | 305.36 | 0.35 | 0.68 |
| Hex | CA | 92 | C5 | 0 | 1C | 2 | 15 | 131 | 23 | 44 |
| Octal | 312 | 222 | 305 | 0 | 34 | 2 | 25 | 461 | 43 | 104 |
| Binary | 11001010 | 10010010 | 11000101 | 0 | 11100 | 10 | 10101 | 100110001 | 100011 | 1000100 |
Color Harmonies of #CA92C5
Complementary color
Monochromatic Colors of #CA92C5
Black with #CA92C5
Text Example
Text Example
White with #CA92C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92C5; }
p { color: rgb(202,146,197); }
H1.HeaderClassName
{
color: #CA92C5;
}
.AnyTagClassName
{
color: #CA92C5;
}
</style>
background-color css
<style>
a { background-color: #CA92C5; }
a { background-color: rgb(202,146,197); }
div.DivClassName
{
background-color: #CA92C5;
}
.BgClassName
{
background-color: #CA92C5;
}
</style>
border-color css
<style>
span { border-color: #CA92C5; }
span { border-color: rgb(202,146,197); }
td.TdClassName
{
border-color: #CA92C5;
}
.TagClassName
{
border-color: #CA92C5;
}
</style>