Shades of Lilac #CA92C0
Tints of Lilac #CA92C0
RGB
CMYK
RGB Variations
Color information
#CA92C0 (or 0xCA92C0) is known color: Lilac. HEX triplet: CA, 92 and C0. RGB value is (202,146,192). Sum of RGB (Red+Green+Blue) = 202+146+192=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92C0 is #356D3F. Grayscale: #A7A7A7. Windows color (decimal): -3501376 or 12620490. OLE color: 12620490.
HSL color Cylindrical-coordinate representation of color #CA92C0: hue angle of 310.71º 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 #CA92C0 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 192 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.21 |
| HSL | 310.71º | 0.35% | 0.68% | - |
| HSV(B) | 310.71º | 0.28% | 0.79% | - |
| XYZ | 44.15 | 36.92 | 54.67 | - |
| YUV | 167.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 192 | 0 | 0.28 | 0.05 | 0.21 | 310.71 | 0.35 | 0.68 |
| Hex | CA | 92 | C0 | 0 | 1C | 5 | 15 | 137 | 23 | 44 |
| Octal | 312 | 222 | 300 | 0 | 34 | 5 | 25 | 467 | 43 | 104 |
| Binary | 11001010 | 10010010 | 11000000 | 0 | 11100 | 101 | 10101 | 100110111 | 100011 | 1000100 |
Color Harmonies of #CA92C0
Complementary color
Monochromatic Colors of #CA92C0
Black with #CA92C0
Text Example
Text Example
White with #CA92C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92C0; }
p { color: rgb(202,146,192); }
H1.HeaderClassName
{
color: #CA92C0;
}
.AnyTagClassName
{
color: #CA92C0;
}
</style>
background-color css
<style>
a { background-color: #CA92C0; }
a { background-color: rgb(202,146,192); }
div.DivClassName
{
background-color: #CA92C0;
}
.BgClassName
{
background-color: #CA92C0;
}
</style>
border-color css
<style>
span { border-color: #CA92C0; }
span { border-color: rgb(202,146,192); }
td.TdClassName
{
border-color: #CA92C0;
}
.TagClassName
{
border-color: #CA92C0;
}
</style>