Shades of Lilac #CA92CA
Tints of Lilac #CA92CA
RGB
CMYK
RGB Variations
Color information
#CA92CA (or 0xCA92CA) is known color: Lilac. HEX triplet: CA, 92 and CA. RGB value is (202,146,202). Sum of RGB (Red+Green+Blue) = 202+146+202=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA92CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92CA is #356D35. Grayscale: #A8A8A8. Windows color (decimal): -3501366 or 13275850. OLE color: 13275850.
HSL color Cylindrical-coordinate representation of color #CA92CA: hue angle of 300º 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 #CA92CA is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 202 | - |
| CMYK | 0 | 0.28 | 0 | 0.21 |
| HSL | 300º | 0.35% | 0.68% | - |
| HSV(B) | 300º | 0.28% | 0.79% | - |
| XYZ | 45.3 | 37.38 | 60.7 | - |
| YUV | 169.13 | 146.55 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 202 | 0 | 0.28 | 0 | 0.21 | 300 | 0.35 | 0.68 |
| Hex | CA | 92 | CA | 0 | 1C | 0 | 15 | 12C | 23 | 44 |
| Octal | 312 | 222 | 312 | 0 | 34 | 0 | 25 | 454 | 43 | 104 |
| Binary | 11001010 | 10010010 | 11001010 | 0 | 11100 | 0 | 10101 | 100101100 | 100011 | 1000100 |
Color Harmonies of #CA92CA
Complementary color
Monochromatic Colors of #CA92CA
Black with #CA92CA
Text Example
Text Example
White with #CA92CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92CA; }
p { color: rgb(202,146,202); }
H1.HeaderClassName
{
color: #CA92CA;
}
.AnyTagClassName
{
color: #CA92CA;
}
</style>
background-color css
<style>
a { background-color: #CA92CA; }
a { background-color: rgb(202,146,202); }
div.DivClassName
{
background-color: #CA92CA;
}
.BgClassName
{
background-color: #CA92CA;
}
</style>
border-color css
<style>
span { border-color: #CA92CA; }
span { border-color: rgb(202,146,202); }
td.TdClassName
{
border-color: #CA92CA;
}
.TagClassName
{
border-color: #CA92CA;
}
</style>