Shades of Lilac #CA92CF
Tints of Lilac #CA92CF
RGB
CMYK
RGB Variations
Color information
#CA92CF (or 0xCA92CF) is known color: Lilac. HEX triplet: CA, 92 and CF. RGB value is (202,146,207). Sum of RGB (Red+Green+Blue) = 202+146+207=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92CF is #356D30. Grayscale: #A9A9A9. Windows color (decimal): -3501361 or 13603530. OLE color: 13603530.
HSL color Cylindrical-coordinate representation of color #CA92CF: hue angle of 295.08º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA92CF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 146 | 207 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.19 |
| HSL | 295.08º | 0.39% | 0.69% | - |
| HSV(B) | 295.08º | 0.29% | 0.81% | - |
| XYZ | 45.9 | 37.62 | 63.87 | - |
| YUV | 169.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 207 | 0.02 | 0.29 | 0 | 0.19 | 295.08 | 0.39 | 0.69 |
| Hex | CA | 92 | CF | 2 | 1D | 0 | 13 | 127 | 27 | 45 |
| Octal | 312 | 222 | 317 | 2 | 35 | 0 | 23 | 447 | 47 | 105 |
| Binary | 11001010 | 10010010 | 11001111 | 10 | 11101 | 0 | 10011 | 100100111 | 100111 | 1000101 |
Color Harmonies of #CA92CF
Complementary color
Monochromatic Colors of #CA92CF
Black with #CA92CF
Text Example
Text Example
White with #CA92CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92CF; }
p { color: rgb(202,146,207); }
H1.HeaderClassName
{
color: #CA92CF;
}
.AnyTagClassName
{
color: #CA92CF;
}
</style>
background-color css
<style>
a { background-color: #CA92CF; }
a { background-color: rgb(202,146,207); }
div.DivClassName
{
background-color: #CA92CF;
}
.BgClassName
{
background-color: #CA92CF;
}
</style>
border-color css
<style>
span { border-color: #CA92CF; }
span { border-color: rgb(202,146,207); }
td.TdClassName
{
border-color: #CA92CF;
}
.TagClassName
{
border-color: #CA92CF;
}
</style>